Html Css Color HEX #660576 Purple

📋 copy color: '#660576'

red 102 ◦ green 5 ◦ blue 118

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

Shades of Purple #660576

Tints of Purple #660576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.22%

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

R = 45.33%
G = 2.22%
B = 52.44%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#660576 (or 0x660576) is known color: Purple. HEX triplet: 66, 05 and 76. RGB value is (102,5,118). Sum of RGB (Red+Green+Blue) = 102+5+118=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #660576 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660576 is #99FA89. Grayscale: #2E2E2E. Windows color (decimal): -10091146 or 7734630. OLE color: 7734630.

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

Color convert

RGB 102 5 118 -
CMYK 0.14 0.96 0 0.54
HSL 291.5º 0.92% 0.24% -
HSV(B) 291.5º 0.96% 0.46% -
XYZ 8.8 4.24 17.49 -
YUV 46.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 102 5 118 0.14 0.96 0 0.54 291.5 0.92 0.24
Hex 66 5 76 E 60 0 36 124 5C 18
Octal 146 5 166 16 140 0 66 444 134 30
Binary 1100110 101 1110110 1110 1100000 0 110110 100100100 1011100 11000

Color Harmonies of #660576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660576

Black with #660576

Text Example


Text Example

White with #660576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660576; }

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

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

background-color css

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

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

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

border-color css

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

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

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