Html Css Color HEX #66017C Purple

📋 copy color: '#66017C'

red 102 ◦ green 1 ◦ blue 124

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

Shades of Purple #66017C

Tints of Purple #66017C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 54.63%

R = 44.93%
G = 0.44%
B = 54.63%

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

#66017C (or 0x66017C) is known color: Purple. HEX triplet: 66, 01 and 7C. RGB value is (102,1,124). Sum of RGB (Red+Green+Blue) = 102+1+124=227 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.93% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #66017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66017C is #99FE83. Grayscale: #2C2C2C. Windows color (decimal): -10092164 or 8126822. OLE color: 8126822.

HSL color Cylindrical-coordinate representation of color #66017C: hue angle of 289.27º 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 #66017C is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 1 124 -
CMYK 0.18 0.99 0 0.51
HSL 289.27º 0.98% 0.25% -
HSV(B) 289.27º 0.99% 0.49% -
XYZ 9.13 4.3 19.42 -
YUV 45.22 172.46 168.5 -
System Red Green Blue C M Y K H S L
Decimal 102 1 124 0.18 0.99 0 0.51 289.27 0.98 0.25
Hex 66 1 7C 12 63 0 33 121 62 19
Octal 146 1 174 22 143 0 63 441 142 31
Binary 1100110 1 1111100 10010 1100011 0 110011 100100001 1100010 11001

Color Harmonies of #66017C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66017C

Black with #66017C

Text Example


Text Example

White with #66017C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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