Html Css Color HEX #76337F Eminence

📋 copy color: '#76337F'

red 118 ◦ green 51 ◦ blue 127

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

Shades of Eminence #76337F

Tints of Eminence #76337F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 42.91%

R = 39.86%
G = 17.23%
B = 42.91%

CMYK

 C value IS 0.07

 M value IS 0.60

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76337F (or 0x76337F) is known color: Eminence. HEX triplet: 76, 33 and 7F. RGB value is (118,51,127). Sum of RGB (Red+Green+Blue) = 118+51+127=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 127 (50% from 255 or 42.91% from 296); Max value from RGB is 127 - color contains mainly: blue. Hex color #76337F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76337F is #89CC80. Grayscale: #4F4F4F. Windows color (decimal): -9030785 or 8336246. OLE color: 8336246.

HSL color Cylindrical-coordinate representation of color #76337F: hue angle of 292.89º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76337F is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 51 127 -
CMYK 0.07 0.60 0 0.50
HSL 292.89º 0.43% 0.35% -
HSV(B) 292.89º 0.6% 0.5% -
XYZ 12.49 7.75 20.92 -
YUV 79.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 118 51 127 0.07 0.60 0 0.50 292.89 0.43 0.35
Hex 76 33 7F 7 3C 0 32 125 2B 23
Octal 166 63 177 7 74 0 62 445 53 43
Binary 1110110 110011 1111111 111 111100 0 110010 100100101 101011 100011

Color Harmonies of #76337F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76337F

Black with #76337F

Text Example


Text Example

White with #76337F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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