Html Css Color HEX #663475 Eminence

📋 copy color: '#663475'

red 102 ◦ green 52 ◦ blue 117

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

Shades of Eminence #663475

Tints of Eminence #663475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 37.64%
G = 19.19%
B = 43.17%

CMYK

 C value IS 0.13

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#663475 (or 0x663475) is known color: Eminence. HEX triplet: 66, 34 and 75. RGB value is (102,52,117). Sum of RGB (Red+Green+Blue) = 102+52+117=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 117 - color contains mainly: blue. Hex color #663475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663475 is #99CB8A. Grayscale: #4A4A4A. Windows color (decimal): -10079115 or 7681126. OLE color: 7681126.

HSL color Cylindrical-coordinate representation of color #663475: hue angle of 286.15º degrees, saturation: 0.38, 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 #663475 is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 102 52 117 -
CMYK 0.13 0.56 0 0.54
HSL 286.15º 0.38% 0.33% -
HSV(B) 286.15º 0.56% 0.46% -
XYZ 9.92 6.57 17.57 -
YUV 74.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 102 52 117 0.13 0.56 0 0.54 286.15 0.38 0.33
Hex 66 34 75 D 38 0 36 11E 26 21
Octal 146 64 165 15 70 0 66 436 46 41
Binary 1100110 110100 1110101 1101 111000 0 110110 100011110 100110 100001

Color Harmonies of #663475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663475

Black with #663475

Text Example


Text Example

White with #663475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663475; }

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

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

background-color css

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

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

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

border-color css

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

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

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