Html Css Color HEX #76397B Eminence

📋 copy color: '#76397B'

red 118 ◦ green 57 ◦ blue 123

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

Shades of Eminence #76397B

Tints of Eminence #76397B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.13%

 BLUE value IS 123 (48.44% from 255) = 41.28%

R = 39.6%
G = 19.13%
B = 41.28%

CMYK

 C value IS 0.04

 M value IS 0.54

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76397B (or 0x76397B) is known color: Eminence. HEX triplet: 76, 39 and 7B. RGB value is (118,57,123). Sum of RGB (Red+Green+Blue) = 118+57+123=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 123 (48.44% from 255 or 41.28% from 298); Max value from RGB is 123 - color contains mainly: blue. Hex color #76397B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76397B is #89C684. Grayscale: #525252. Windows color (decimal): -9029253 or 8075638. OLE color: 8075638.

HSL color Cylindrical-coordinate representation of color #76397B: hue angle of 295.45º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76397B is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 118 57 123 -
CMYK 0.04 0.54 0 0.52
HSL 295.45º 0.37% 0.35% -
HSV(B) 295.45º 0.54% 0.48% -
XYZ 12.51 8.21 19.66 -
YUV 82.76 150.71 153.13 -
System Red Green Blue C M Y K H S L
Decimal 118 57 123 0.04 0.54 0 0.52 295.45 0.37 0.35
Hex 76 39 7B 4 36 0 34 127 25 23
Octal 166 71 173 4 66 0 64 447 45 43
Binary 1110110 111001 1111011 100 110110 0 110100 100100111 100101 100011

Color Harmonies of #76397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76397B

Black with #76397B

Text Example


Text Example

White with #76397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76397B; }

 p { color: rgb(118,57,123); }

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

background-color css

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

 a { background-color: rgb(118,57,123); }

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

border-color css

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

 span { border-color: rgb(118,57,123); }

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