Html Css Color HEX #76287D Eminence

📋 copy color: '#76287D'

red 118 ◦ green 40 ◦ blue 125

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

Shades of Eminence #76287D

Tints of Eminence #76287D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 44.17%

R = 41.7%
G = 14.13%
B = 44.17%

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

#76287D (or 0x76287D) is known color: Eminence. HEX triplet: 76, 28 and 7D. RGB value is (118,40,125). Sum of RGB (Red+Green+Blue) = 118+40+125=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #76287D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76287D is #89D782. Grayscale: #484848. Windows color (decimal): -9033603 or 8202358. OLE color: 8202358.

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

Color convert

RGB 118 40 125 -
CMYK 0.06 0.68 0 0.51
HSL 295.06º 0.52% 0.32% -
HSV(B) 295.06º 0.68% 0.49% -
XYZ 11.93 6.85 20.1 -
YUV 73.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 118 40 125 0.06 0.68 0 0.51 295.06 0.52 0.32
Hex 76 28 7D 6 44 0 33 127 34 20
Octal 166 50 175 6 104 0 63 447 64 40
Binary 1110110 101000 1111101 110 1000100 0 110011 100100111 110100 100000

Color Harmonies of #76287D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76287D

Black with #76287D

Text Example


Text Example

White with #76287D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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