Html Css Color HEX #66006F Purple

📋 copy color: '#66006F'

red 102 ◦ green 0 ◦ blue 111

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

Shades of Purple #66006F

Tints of Purple #66006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 52.11%

R = 47.89%
G = 0%
B = 52.11%

CMYK

 C value IS 0.08

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#66006F (or 0x66006F) is known color: Purple. HEX triplet: 66, 00 and 6F. RGB value is (102,0,111). Sum of RGB (Red+Green+Blue) = 102+0+111=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 111 (43.75% from 255 or 52.11% from 213); Max value from RGB is 111 - color contains mainly: blue. Hex color #66006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #66006F is #99FF90. Grayscale: #2A2A2A. Windows color (decimal): -10092433 or 7274598. OLE color: 7274598.

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

Color convert

RGB 102 0 111 -
CMYK 0.08 1 0 0.56
HSL 295.14º 1% 0.22% -
HSV(B) 295.14º 1% 0.44% -
XYZ 8.35 3.97 15.37 -
YUV 43.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 102 0 111 0.08 1 0 0.56 295.14 1 0.22
Hex 66 0 6F 8 64 0 38 127 64 16
Octal 146 0 157 10 144 0 70 447 144 26
Binary 1100110 0 1101111 1000 1100100 0 111000 100100111 1100100 10110

Color Harmonies of #66006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66006F

Black with #66006F

Text Example


Text Example

White with #66006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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