Html Css Color HEX #660476 Purple

📋 copy color: '#660476'

red 102 ◦ green 4 ◦ blue 118

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

Shades of Purple #660476

Tints of Purple #660476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.79%

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

R = 45.54%
G = 1.79%
B = 52.68%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#660476 (or 0x660476) is known color: Purple. HEX triplet: 66, 04 and 76. RGB value is (102,4,118). Sum of RGB (Red+Green+Blue) = 102+4+118=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #660476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660476 is #99FB89. Grayscale: #2D2D2D. Windows color (decimal): -10091402 or 7734374. OLE color: 7734374.

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

Color convert

RGB 102 4 118 -
CMYK 0.14 0.97 0 0.54
HSL 291.58º 0.93% 0.24% -
HSV(B) 291.58º 0.97% 0.46% -
XYZ 8.79 4.22 17.49 -
YUV 46.3 168.47 167.73 -
System Red Green Blue C M Y K H S L
Decimal 102 4 118 0.14 0.97 0 0.54 291.58 0.93 0.24
Hex 66 4 76 E 61 0 36 124 5D 18
Octal 146 4 166 16 141 0 66 444 135 30
Binary 1100110 100 1110110 1110 1100001 0 110110 100100100 1011101 11000

Color Harmonies of #660476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660476

Black with #660476

Text Example


Text Example

White with #660476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660476; }

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

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

background-color css

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

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

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

border-color css

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

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

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