Html Css Color HEX #76357D Eminence

📋 copy color: '#76357D'

red 118 ◦ green 53 ◦ blue 125

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

Shades of Eminence #76357D

Tints of Eminence #76357D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.23%

R = 39.86%
G = 17.91%
B = 42.23%

CMYK

 C value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76357D (or 0x76357D) is known color: Eminence. HEX triplet: 76, 35 and 7D. RGB value is (118,53,125). Sum of RGB (Red+Green+Blue) = 118+53+125=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 53 (21.09% from 255 or 17.91% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 125 - color contains mainly: blue. Hex color #76357D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76357D is #89CA82. Grayscale: #505050. Windows color (decimal): -9030275 or 8205686. OLE color: 8205686.

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

Color convert

RGB 118 53 125 -
CMYK 0.06 0.58 0 0.51
HSL 294.17º 0.4% 0.35% -
HSV(B) 294.17º 0.58% 0.49% -
XYZ 12.45 7.88 20.27 -
YUV 80.64 153.03 154.65 -
System Red Green Blue C M Y K H S L
Decimal 118 53 125 0.06 0.58 0 0.51 294.17 0.4 0.35
Hex 76 35 7D 6 3A 0 33 126 28 23
Octal 166 65 175 6 72 0 63 446 50 43
Binary 1110110 110101 1111101 110 111010 0 110011 100100110 101000 100011

Color Harmonies of #76357D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76357D

Black with #76357D

Text Example


Text Example

White with #76357D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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