Html Css Color HEX #76337D Eminence

📋 copy color: '#76337D'

red 118 ◦ green 51 ◦ blue 125

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

Shades of Eminence #76337D

Tints of Eminence #76337D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.35%

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

R = 40.14%
G = 17.35%
B = 42.52%

CMYK

 C value IS 0.06

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76337D (or 0x76337D) is known color: Eminence. HEX triplet: 76, 33 and 7D. RGB value is (118,51,125). Sum of RGB (Red+Green+Blue) = 118+51+125=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 125 (49.22% from 255 or 42.52% from 294); Max value from RGB is 125 - color contains mainly: blue. Hex color #76337D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76337D is #89CC82. Grayscale: #4F4F4F. Windows color (decimal): -9030787 or 8205174. OLE color: 8205174.

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

Color convert

RGB 118 51 125 -
CMYK 0.06 0.59 0 0.51
HSL 294.32º 0.42% 0.35% -
HSV(B) 294.32º 0.59% 0.49% -
XYZ 12.36 7.7 20.24 -
YUV 79.47 153.7 155.48 -
System Red Green Blue C M Y K H S L
Decimal 118 51 125 0.06 0.59 0 0.51 294.32 0.42 0.35
Hex 76 33 7D 6 3B 0 33 126 2A 23
Octal 166 63 175 6 73 0 63 446 52 43
Binary 1110110 110011 1111101 110 111011 0 110011 100100110 101010 100011

Color Harmonies of #76337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76337D

Black with #76337D

Text Example


Text Example

White with #76337D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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