Html Css Color HEX #76397F Eminence

📋 copy color: '#76397F'

red 118 ◦ green 57 ◦ blue 127

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

Shades of Eminence #76397F

Tints of Eminence #76397F

RGB

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

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

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

R = 39.07%
G = 18.87%
B = 42.05%

CMYK

 C value IS 0.07

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76397F (or 0x76397F) is known color: Eminence. HEX triplet: 76, 39 and 7F. RGB value is (118,57,127). Sum of RGB (Red+Green+Blue) = 118+57+127=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 57 (22.66% from 255 or 18.87% from 302); Blue value is 127 (50% from 255 or 42.05% from 302); Max value from RGB is 127 - color contains mainly: blue. Hex color #76397F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76397F is #89C680. Grayscale: #535353. Windows color (decimal): -9029249 or 8337782. OLE color: 8337782.

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

Color convert

RGB 118 57 127 -
CMYK 0.07 0.55 0 0.50
HSL 292.29º 0.38% 0.36% -
HSV(B) 292.29º 0.55% 0.5% -
XYZ 12.77 8.31 21.01 -
YUV 83.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 118 57 127 0.07 0.55 0 0.50 292.29 0.38 0.36
Hex 76 39 7F 7 37 0 32 124 26 24
Octal 166 71 177 7 67 0 62 444 46 44
Binary 1110110 111001 1111111 111 110111 0 110010 100100100 100110 100100

Color Harmonies of #76397F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76397F

Black with #76397F

Text Example


Text Example

White with #76397F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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