Html Css Color HEX #76307F Eminence

📋 copy color: '#76307F'

red 118 ◦ green 48 ◦ blue 127

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

Shades of Eminence #76307F

Tints of Eminence #76307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.38%

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

R = 40.27%
G = 16.38%
B = 43.34%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76307F (or 0x76307F) is known color: Eminence. HEX triplet: 76, 30 and 7F. RGB value is (118,48,127). Sum of RGB (Red+Green+Blue) = 118+48+127=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 127 - color contains mainly: blue. Hex color #76307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76307F is #89CF80. Grayscale: #4D4D4D. Windows color (decimal): -9031553 or 8335478. OLE color: 8335478.

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

Color convert

RGB 118 48 127 -
CMYK 0.07 0.62 0 0.50
HSL 293.16º 0.45% 0.34% -
HSV(B) 293.16º 0.62% 0.5% -
XYZ 12.36 7.5 20.87 -
YUV 77.94 155.69 156.58 -
System Red Green Blue C M Y K H S L
Decimal 118 48 127 0.07 0.62 0 0.50 293.16 0.45 0.34
Hex 76 30 7F 7 3E 0 32 125 2D 22
Octal 166 60 177 7 76 0 62 445 55 42
Binary 1110110 110000 1111111 111 111110 0 110010 100100101 101101 100010

Color Harmonies of #76307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76307F

Black with #76307F

Text Example


Text Example

White with #76307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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