Html Css Color HEX #66007C Purple

📋 copy color: '#66007C'

red 102 ◦ green 0 ◦ blue 124

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

Shades of Purple #66007C

Tints of Purple #66007C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.13%
G = 0%
B = 54.87%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66007C (or 0x66007C) is known color: Purple. HEX triplet: 66, 00 and 7C. RGB value is (102,0,124). Sum of RGB (Red+Green+Blue) = 102+0+124=226 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.13% from 226); Green value is 0 (0.39% from 255 or 0% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #66007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66007C is #99FF83. Grayscale: #2C2C2C. Windows color (decimal): -10092420 or 8126566. OLE color: 8126566.

HSL color Cylindrical-coordinate representation of color #66007C: hue angle of 289.35º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66007C is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 102 0 124 -
CMYK 0.18 1 0 0.51
HSL 289.35º 1% 0.24% -
HSV(B) 289.35º 1% 0.49% -
XYZ 9.12 4.28 19.41 -
YUV 44.63 172.79 168.92 -
System Red Green Blue C M Y K H S L
Decimal 102 0 124 0.18 1 0 0.51 289.35 1 0.24
Hex 66 0 7C 12 64 0 33 121 64 18
Octal 146 0 174 22 144 0 63 441 144 30
Binary 1100110 0 1111100 10010 1100100 0 110011 100100001 1100100 11000

Color Harmonies of #66007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66007C

Black with #66007C

Text Example


Text Example

White with #66007C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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