Html Css Color HEX #66006E Purple

📋 copy color: '#66006E'

red 102 ◦ green 0 ◦ blue 110

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

Shades of Purple #66006E

Tints of Purple #66006E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 51.89%

R = 48.11%
G = 0%
B = 51.89%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66006E (or 0x66006E) is known color: Purple. HEX triplet: 66, 00 and 6E. RGB value is (102,0,110). Sum of RGB (Red+Green+Blue) = 102+0+110=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 110 (43.36% from 255 or 51.89% from 212); Max value from RGB is 110 - color contains mainly: blue. Hex color #66006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66006E is #99FF91. Grayscale: #2A2A2A. Windows color (decimal): -10092434 or 7209062. OLE color: 7209062.

HSL color Cylindrical-coordinate representation of color #66006E: hue angle of 295.64º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66006E is Cyan = 0.07, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 102 0 110 -
CMYK 0.07 1 0 0.57
HSL 295.64º 1% 0.22% -
HSV(B) 295.64º 1% 0.43% -
XYZ 8.29 3.95 15.08 -
YUV 43.04 165.79 170.06 -
System Red Green Blue C M Y K H S L
Decimal 102 0 110 0.07 1 0 0.57 295.64 1 0.22
Hex 66 0 6E 7 64 0 39 128 64 16
Octal 146 0 156 7 144 0 71 450 144 26
Binary 1100110 0 1101110 111 1100100 0 111001 100101000 1100100 10110

Color Harmonies of #66006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66006E

Black with #66006E

Text Example


Text Example

White with #66006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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