Html Css Color HEX #76287F Eminence

📋 copy color: '#76287F'

red 118 ◦ green 40 ◦ blue 127

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

Shades of Eminence #76287F

Tints of Eminence #76287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.04%

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

R = 41.4%
G = 14.04%
B = 44.56%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76287F (or 0x76287F) is known color: Eminence. HEX triplet: 76, 28 and 7F. RGB value is (118,40,127). Sum of RGB (Red+Green+Blue) = 118+40+127=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 127 (50% from 255 or 44.56% from 285); Max value from RGB is 127 - color contains mainly: blue. Hex color #76287F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76287F is #89D780. Grayscale: #484848. Windows color (decimal): -9033601 or 8333430. OLE color: 8333430.

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

Color convert

RGB 118 40 127 -
CMYK 0.07 0.69 0 0.50
HSL 293.79º 0.52% 0.33% -
HSV(B) 293.79º 0.69% 0.5% -
XYZ 12.06 6.9 20.78 -
YUV 73.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 118 40 127 0.07 0.69 0 0.50 293.79 0.52 0.33
Hex 76 28 7F 7 45 0 32 126 34 21
Octal 166 50 177 7 105 0 62 446 64 41
Binary 1110110 101000 1111111 111 1000101 0 110010 100100110 110100 100001

Color Harmonies of #76287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76287F

Black with #76287F

Text Example


Text Example

White with #76287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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