Html Css Color HEX #763574 Eminence

📋 copy color: '#763574'

red 118 ◦ green 53 ◦ blue 116

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

Shades of Eminence #763574

Tints of Eminence #763574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 40.42%

R = 41.11%
G = 18.47%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#763574 (or 0x763574) is known color: Eminence. HEX triplet: 76, 35 and 74. RGB value is (118,53,116). Sum of RGB (Red+Green+Blue) = 118+53+116=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #763574 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #763574 is #89CA8B. Grayscale: #4F4F4F. Windows color (decimal): -9030284 or 7615862. OLE color: 7615862.

HSL color Cylindrical-coordinate representation of color #763574: hue angle of 301.85º 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 #763574 is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 53 116 -
CMYK 0 0.55 0.02 0.54
HSL 301.85º 0.38% 0.34% -
HSV(B) 301.85º 0.55% 0.46% -
XYZ 11.9 7.66 17.37 -
YUV 79.62 148.53 155.38 -
System Red Green Blue C M Y K H S L
Decimal 118 53 116 0 0.55 0.02 0.54 301.85 0.38 0.34
Hex 76 35 74 0 37 2 36 12E 26 22
Octal 166 65 164 0 67 2 66 456 46 42
Binary 1110110 110101 1110100 0 110111 10 110110 100101110 100110 100010

Color Harmonies of #763574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763574

Black with #763574

Text Example


Text Example

White with #763574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763574; }

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

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

background-color css

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

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

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

border-color css

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

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

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