Html Css Color HEX #76287E Eminence

📋 copy color: '#76287E'

red 118 ◦ green 40 ◦ blue 126

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

Shades of Eminence #76287E

Tints of Eminence #76287E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 44.37%

R = 41.55%
G = 14.08%
B = 44.37%

CMYK

 C value IS 0.06

 M value IS 0.68

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76287E (or 0x76287E) is known color: Eminence. HEX triplet: 76, 28 and 7E. RGB value is (118,40,126). Sum of RGB (Red+Green+Blue) = 118+40+126=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 126 (49.61% from 255 or 44.37% from 284); Max value from RGB is 126 - color contains mainly: blue. Hex color #76287E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76287E is #89D781. Grayscale: #484848. Windows color (decimal): -9033602 or 8267894. OLE color: 8267894.

HSL color Cylindrical-coordinate representation of color #76287E: hue angle of 294.42º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76287E is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 40 126 -
CMYK 0.06 0.68 0 0.51
HSL 294.42º 0.52% 0.33% -
HSV(B) 294.42º 0.68% 0.49% -
XYZ 12 6.88 20.43 -
YUV 73.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 118 40 126 0.06 0.68 0 0.51 294.42 0.52 0.33
Hex 76 28 7E 6 44 0 33 126 34 21
Octal 166 50 176 6 104 0 63 446 64 41
Binary 1110110 101000 1111110 110 1000100 0 110011 100100110 110100 100001

Color Harmonies of #76287E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76287E

Black with #76287E

Text Example


Text Example

White with #76287E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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