Html Css Color HEX #76367F Eminence

📋 copy color: '#76367F'

red 118 ◦ green 54 ◦ blue 127

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

Shades of Eminence #76367F

Tints of Eminence #76367F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.06%

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

R = 39.46%
G = 18.06%
B = 42.47%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76367F (or 0x76367F) is known color: Eminence. HEX triplet: 76, 36 and 7F. RGB value is (118,54,127). Sum of RGB (Red+Green+Blue) = 118+54+127=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 127 (50% from 255 or 42.47% from 299); Max value from RGB is 127 - color contains mainly: blue. Hex color #76367F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76367F is #89C980. Grayscale: #515151. Windows color (decimal): -9030017 or 8337014. OLE color: 8337014.

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

Color convert

RGB 118 54 127 -
CMYK 0.07 0.57 0 0.50
HSL 292.6º 0.4% 0.35% -
HSV(B) 292.6º 0.57% 0.5% -
XYZ 12.62 8.02 20.96 -
YUV 81.46 153.7 154.06 -
System Red Green Blue C M Y K H S L
Decimal 118 54 127 0.07 0.57 0 0.50 292.6 0.4 0.35
Hex 76 36 7F 7 39 0 32 125 28 23
Octal 166 66 177 7 71 0 62 445 50 43
Binary 1110110 110110 1111111 111 111001 0 110010 100100101 101000 100011

Color Harmonies of #76367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76367F

Black with #76367F

Text Example


Text Example

White with #76367F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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