Html Css Color HEX #76357C Eminence

📋 copy color: '#76357C'

red 118 ◦ green 53 ◦ blue 124

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

Shades of Eminence #76357C

Tints of Eminence #76357C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.03%

R = 40%
G = 17.97%
B = 42.03%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76357C (or 0x76357C) is known color: Eminence. HEX triplet: 76, 35 and 7C. RGB value is (118,53,124). Sum of RGB (Red+Green+Blue) = 118+53+124=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 124 - color contains mainly: blue. Hex color #76357C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76357C is #89CA83. Grayscale: #505050. Windows color (decimal): -9030276 or 8140150. OLE color: 8140150.

HSL color Cylindrical-coordinate representation of color #76357C: hue angle of 294.93º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76357C is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 53 124 -
CMYK 0.05 0.57 0 0.51
HSL 294.93º 0.4% 0.35% -
HSV(B) 294.93º 0.57% 0.49% -
XYZ 12.38 7.85 19.93 -
YUV 80.53 152.53 154.73 -
System Red Green Blue C M Y K H S L
Decimal 118 53 124 0.05 0.57 0 0.51 294.93 0.4 0.35
Hex 76 35 7C 5 39 0 33 127 28 23
Octal 166 65 174 5 71 0 63 447 50 43
Binary 1110110 110101 1111100 101 111001 0 110011 100100111 101000 100011

Color Harmonies of #76357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76357C

Black with #76357C

Text Example


Text Example

White with #76357C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76357C; }

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

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

background-color css

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

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

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

border-color css

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

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

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