Html Css Color HEX #66017D Purple

📋 copy color: '#66017D'

red 102 ◦ green 1 ◦ blue 125

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

Shades of Purple #66017D

Tints of Purple #66017D

RGB

 RED value IS 102 (40.23% from 255) = 44.74%

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

 BLUE value IS 125 (49.22% from 255) = 54.82%

R = 44.74%
G = 0.44%
B = 54.82%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66017D (or 0x66017D) is known color: Purple. HEX triplet: 66, 01 and 7D. RGB value is (102,1,125). Sum of RGB (Red+Green+Blue) = 102+1+125=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 125 (49.22% from 255 or 54.82% from 228); Max value from RGB is 125 - color contains mainly: blue. Hex color #66017D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66017D is #99FE82. Grayscale: #2C2C2C. Windows color (decimal): -10092163 or 8192358. OLE color: 8192358.

HSL color Cylindrical-coordinate representation of color #66017D: hue angle of 288.87º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #66017D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 1 125 -
CMYK 0.18 0.99 0 0.51
HSL 288.87º 0.98% 0.25% -
HSV(B) 288.87º 0.99% 0.49% -
XYZ 9.19 4.33 19.75 -
YUV 45.34 172.96 168.42 -
System Red Green Blue C M Y K H S L
Decimal 102 1 125 0.18 0.99 0 0.51 288.87 0.98 0.25
Hex 66 1 7D 12 63 0 33 121 62 19
Octal 146 1 175 22 143 0 63 441 142 31
Binary 1100110 1 1111101 10010 1100011 0 110011 100100001 1100010 11001

Color Harmonies of #66017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66017D

Black with #66017D

Text Example


Text Example

White with #66017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66017D; }

 p { color: rgb(102,1,125); }

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

background-color css

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

 a { background-color: rgb(102,1,125); }

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

border-color css

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

 span { border-color: rgb(102,1,125); }

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