Html Css Color HEX #663476 Eminence

📋 copy color: '#663476'

red 102 ◦ green 52 ◦ blue 118

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

Shades of Eminence #663476

Tints of Eminence #663476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.12%

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

R = 37.5%
G = 19.12%
B = 43.38%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#663476 (or 0x663476) is known color: Eminence. HEX triplet: 66, 34 and 76. RGB value is (102,52,118). Sum of RGB (Red+Green+Blue) = 102+52+118=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 52 (20.70% from 255 or 19.12% from 272); Blue value is 118 (46.48% from 255 or 43.38% from 272); Max value from RGB is 118 - color contains mainly: blue. Hex color #663476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663476 is #99CB89. Grayscale: #4A4A4A. Windows color (decimal): -10079114 or 7746662. OLE color: 7746662.

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

Color convert

RGB 102 52 118 -
CMYK 0.14 0.56 0 0.54
HSL 285.45º 0.39% 0.33% -
HSV(B) 285.45º 0.56% 0.46% -
XYZ 9.98 6.59 17.89 -
YUV 74.47 152.57 147.63 -
System Red Green Blue C M Y K H S L
Decimal 102 52 118 0.14 0.56 0 0.54 285.45 0.39 0.33
Hex 66 34 76 E 38 0 36 11D 27 21
Octal 146 64 166 16 70 0 66 435 47 41
Binary 1100110 110100 1110110 1110 111000 0 110110 100011101 100111 100001

Color Harmonies of #663476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663476

Black with #663476

Text Example


Text Example

White with #663476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663476; }

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

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

background-color css

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

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

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

border-color css

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

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

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