Html Css Color HEX #76297C Eminence

📋 copy color: '#76297C'

red 118 ◦ green 41 ◦ blue 124

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

Shades of Eminence #76297C

Tints of Eminence #76297C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.49%

 BLUE value IS 124 (48.83% from 255) = 43.82%

R = 41.7%
G = 14.49%
B = 43.82%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76297C (or 0x76297C) is known color: Eminence. HEX triplet: 76, 29 and 7C. RGB value is (118,41,124). Sum of RGB (Red+Green+Blue) = 118+41+124=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 124 - color contains mainly: blue. Hex color #76297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76297C is #89D683. Grayscale: #494949. Windows color (decimal): -9033348 or 8137078. OLE color: 8137078.

HSL color Cylindrical-coordinate representation of color #76297C: hue angle of 295.66º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76297C is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 41 124 -
CMYK 0.05 0.67 0 0.51
HSL 295.66º 0.5% 0.32% -
HSV(B) 295.66º 0.67% 0.49% -
XYZ 11.9 6.89 19.77 -
YUV 73.49 156.51 159.75 -
System Red Green Blue C M Y K H S L
Decimal 118 41 124 0.05 0.67 0 0.51 295.66 0.5 0.32
Hex 76 29 7C 5 43 0 33 128 32 20
Octal 166 51 174 5 103 0 63 450 62 40
Binary 1110110 101001 1111100 101 1000011 0 110011 100101000 110010 100000

Color Harmonies of #76297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76297C

Black with #76297C

Text Example


Text Example

White with #76297C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76297C; }

 p { color: rgb(118,41,124); }

 H1.HeaderClassName
 {
   color: #76297C;
 }
 .AnyTagClassName
 {
   color: #76297C;
 }
</style>

background-color css

<style>
 a { background-color: #76297C; }

 a { background-color: rgb(118,41,124); }

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

border-color css

<style>
 span { border-color: #76297C; }

 span { border-color: rgb(118,41,124); }

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