Html Css Color HEX #663970 Eminence

📋 copy color: '#663970'

red 102 ◦ green 57 ◦ blue 112

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

Shades of Eminence #663970

Tints of Eminence #663970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.03%

 BLUE value IS 112 (44.14% from 255) = 41.33%

R = 37.64%
G = 21.03%
B = 41.33%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#663970 (or 0x663970) is known color: Eminence. HEX triplet: 66, 39 and 70. RGB value is (102,57,112). Sum of RGB (Red+Green+Blue) = 102+57+112=271 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.64% from 271); Green value is 57 (22.66% from 255 or 21.03% from 271); Blue value is 112 (44.14% from 255 or 41.33% from 271); Max value from RGB is 112 - color contains mainly: blue. Hex color #663970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663970 is #99C68F. Grayscale: #4C4C4C. Windows color (decimal): -10077840 or 7354726. OLE color: 7354726.

HSL color Cylindrical-coordinate representation of color #663970: hue angle of 289.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #663970 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 57 112 -
CMYK 0.09 0.49 0 0.56
HSL 289.09º 0.33% 0.33% -
HSV(B) 289.09º 0.49% 0.44% -
XYZ 9.87 6.92 16.15 -
YUV 76.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 102 57 112 0.09 0.49 0 0.56 289.09 0.33 0.33
Hex 66 39 70 9 31 0 38 121 21 21
Octal 146 71 160 11 61 0 70 441 41 41
Binary 1100110 111001 1110000 1001 110001 0 111000 100100001 100001 100001

Color Harmonies of #663970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663970

Black with #663970

Text Example


Text Example

White with #663970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663970; }

 p { color: rgb(102,57,112); }

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

background-color css

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

 a { background-color: rgb(102,57,112); }

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

border-color css

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

 span { border-color: rgb(102,57,112); }

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