Html Css Color HEX #66006D Purple

📋 copy color: '#66006D'

red 102 ◦ green 0 ◦ blue 109

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

Shades of Purple #66006D

Tints of Purple #66006D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 51.66%

R = 48.34%
G = 0%
B = 51.66%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#66006D (or 0x66006D) is known color: Purple. HEX triplet: 66, 00 and 6D. RGB value is (102,0,109). Sum of RGB (Red+Green+Blue) = 102+0+109=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #66006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66006D is #99FF92. Grayscale: #2A2A2A. Windows color (decimal): -10092435 or 7143526. OLE color: 7143526.

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

Color convert

RGB 102 0 109 -
CMYK 0.06 1 0 0.57
HSL 296.15º 1% 0.21% -
HSV(B) 296.15º 1% 0.43% -
XYZ 8.24 3.93 14.79 -
YUV 42.92 165.29 170.14 -
System Red Green Blue C M Y K H S L
Decimal 102 0 109 0.06 1 0 0.57 296.15 1 0.21
Hex 66 0 6D 6 64 0 39 128 64 15
Octal 146 0 155 6 144 0 71 450 144 25
Binary 1100110 0 1101101 110 1100100 0 111001 100101000 1100100 10101

Color Harmonies of #66006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66006D

Black with #66006D

Text Example


Text Example

White with #66006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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