Html Css Color HEX #670170 Purple

📋 copy color: '#670170'

red 103 ◦ green 1 ◦ blue 112

#670170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #670170

Tints of Purple #670170

RGB

 RED value IS 103 (40.63% from 255) = 47.69%

 GREEN value IS 1 (0.78% from 255) = 0.46%

 BLUE value IS 112 (44.14% from 255) = 51.85%

R = 47.69%
G = 0.46%
B = 51.85%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#670170 (or 0x670170) is known color: Purple. HEX triplet: 67, 01 and 70. RGB value is (103,1,112). Sum of RGB (Red+Green+Blue) = 103+1+112=216 (28% of max value = 765). Red value is 103 (40.62% from 255 or 47.69% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #670170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670170 is #98FE8F. Grayscale: #2B2B2B. Windows color (decimal): -10026640 or 7340391. OLE color: 7340391.

HSL color Cylindrical-coordinate representation of color #670170: hue angle of 295.14º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #670170 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 1 112 -
CMYK 0.08 0.99 0 0.56
HSL 295.14º 0.98% 0.22% -
HSV(B) 295.14º 0.99% 0.44% -
XYZ 8.53 4.08 15.67 -
YUV 44.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 103 1 112 0.08 0.99 0 0.56 295.14 0.98 0.22
Hex 67 1 70 8 63 0 38 127 62 16
Octal 147 1 160 10 143 0 70 447 142 26
Binary 1100111 1 1110000 1000 1100011 0 111000 100100111 1100010 10110

Color Harmonies of #670170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670170

Black with #670170

Text Example


Text Example

White with #670170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670170; }

 p { color: rgb(103,1,112); }

 H1.HeaderClassName
 {
   color: #670170;
 }
 .AnyTagClassName
 {
   color: #670170;
 }
</style>

background-color css

<style>
 a { background-color: #670170; }

 a { background-color: rgb(103,1,112); }

 div.DivClassName
 {
   background-color: #670170;
 }
 .BgClassName
 {
   background-color: #670170;
 }
</style>

border-color css

<style>
 span { border-color: #670170; }

 span { border-color: rgb(103,1,112); }

 td.TdClassName
 {
   border-color: #670170;
 }
 .TagClassName
 {
   border-color: #670170;
 }
</style>