Html Css Color HEX #763570 Eminence

📋 copy color: '#763570'

red 118 ◦ green 53 ◦ blue 112

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

Shades of Eminence #763570

Tints of Eminence #763570

RGB

 RED value IS 118 (46.48% from 255) = 41.7%

 GREEN value IS 53 (21.09% from 255) = 18.73%

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

R = 41.7%
G = 18.73%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#763570 (or 0x763570) is known color: Eminence. HEX triplet: 76, 35 and 70. RGB value is (118,53,112). Sum of RGB (Red+Green+Blue) = 118+53+112=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #763570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763570 is #89CA8F. Grayscale: #4E4E4E. Windows color (decimal): -9030288 or 7353718. OLE color: 7353718.

HSL color Cylindrical-coordinate representation of color #763570: hue angle of 305.54º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763570 is Cyan = 0, Magento = 0.55, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 112 -
CMYK 0 0.55 0.05 0.54
HSL 305.54º 0.38% 0.34% -
HSV(B) 305.54º 0.55% 0.46% -
XYZ 11.67 7.57 16.17 -
YUV 79.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 118 53 112 0 0.55 0.05 0.54 305.54 0.38 0.34
Hex 76 35 70 0 37 5 36 132 26 22
Octal 166 65 160 0 67 5 66 462 46 42
Binary 1110110 110101 1110000 0 110111 101 110110 100110010 100110 100010

Color Harmonies of #763570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763570

Black with #763570

Text Example


Text Example

White with #763570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763570; }

 p { color: rgb(118,53,112); }

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

background-color css

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

 a { background-color: rgb(118,53,112); }

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

border-color css

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

 span { border-color: rgb(118,53,112); }

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