Html Css Color HEX #76287A Eminence

📋 copy color: '#76287A'

red 118 ◦ green 40 ◦ blue 122

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

Shades of Eminence #76287A

Tints of Eminence #76287A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 43.57%

R = 42.14%
G = 14.29%
B = 43.57%

CMYK

 C value IS 0.03

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#76287A (or 0x76287A) is known color: Eminence. HEX triplet: 76, 28 and 7A. RGB value is (118,40,122). Sum of RGB (Red+Green+Blue) = 118+40+122=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 122 (48.05% from 255 or 43.57% from 280); Max value from RGB is 122 - color contains mainly: blue. Hex color #76287A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76287A is #89D785. Grayscale: #484848. Windows color (decimal): -9033606 or 8005750. OLE color: 8005750.

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

Color convert

RGB 118 40 122 -
CMYK 0.03 0.67 0 0.52
HSL 297.07º 0.51% 0.32% -
HSV(B) 297.07º 0.67% 0.48% -
XYZ 11.74 6.77 19.1 -
YUV 72.67 155.84 160.33 -
System Red Green Blue C M Y K H S L
Decimal 118 40 122 0.03 0.67 0 0.52 297.07 0.51 0.32
Hex 76 28 7A 3 43 0 34 129 33 20
Octal 166 50 172 3 103 0 64 451 63 40
Binary 1110110 101000 1111010 11 1000011 0 110100 100101001 110011 100000

Color Harmonies of #76287A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76287A

Black with #76287A

Text Example


Text Example

White with #76287A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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