Html Css Color HEX #66007E Purple

📋 copy color: '#66007E'

red 102 ◦ green 0 ◦ blue 126

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

Shades of Purple #66007E

Tints of Purple #66007E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 55.26%

R = 44.74%
G = 0%
B = 55.26%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66007E (or 0x66007E) is known color: Purple. HEX triplet: 66, 00 and 7E. RGB value is (102,0,126). Sum of RGB (Red+Green+Blue) = 102+0+126=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 126 (49.61% from 255 or 55.26% from 228); Max value from RGB is 126 - color contains mainly: blue. Hex color #66007E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66007E is #99FF81. Grayscale: #2C2C2C. Windows color (decimal): -10092418 or 8257638. OLE color: 8257638.

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

Color convert

RGB 102 0 126 -
CMYK 0.19 1 0 0.51
HSL 288.57º 1% 0.25% -
HSV(B) 288.57º 1% 0.49% -
XYZ 9.25 4.33 20.09 -
YUV 44.86 173.79 168.75 -
System Red Green Blue C M Y K H S L
Decimal 102 0 126 0.19 1 0 0.51 288.57 1 0.25
Hex 66 0 7E 13 64 0 33 121 64 19
Octal 146 0 176 23 144 0 63 441 144 31
Binary 1100110 0 1111110 10011 1100100 0 110011 100100001 1100100 11001

Color Harmonies of #66007E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66007E

Black with #66007E

Text Example


Text Example

White with #66007E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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