Html Css Color HEX #660076 Purple

📋 copy color: '#660076'

red 102 ◦ green 0 ◦ blue 118

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

Shades of Purple #660076

Tints of Purple #660076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 53.64%

R = 46.36%
G = 0%
B = 53.64%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#660076 (or 0x660076) is known color: Purple. HEX triplet: 66, 00 and 76. RGB value is (102,0,118). Sum of RGB (Red+Green+Blue) = 102+0+118=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #660076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660076 is #99FF89. Grayscale: #2B2B2B. Windows color (decimal): -10092426 or 7733350. OLE color: 7733350.

HSL color Cylindrical-coordinate representation of color #660076: hue angle of 291.86º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660076 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 0 118 -
CMYK 0.14 1 0 0.54
HSL 291.86º 1% 0.23% -
HSV(B) 291.86º 1% 0.46% -
XYZ 8.75 4.13 17.48 -
YUV 43.95 169.79 169.41 -
System Red Green Blue C M Y K H S L
Decimal 102 0 118 0.14 1 0 0.54 291.86 1 0.23
Hex 66 0 76 E 64 0 36 124 64 17
Octal 146 0 166 16 144 0 66 444 144 27
Binary 1100110 0 1110110 1110 1100100 0 110110 100100100 1100100 10111

Color Harmonies of #660076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660076

Black with #660076

Text Example


Text Example

White with #660076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660076; }

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

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

background-color css

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

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

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

border-color css

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

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

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