Html Css Color HEX #76297F Eminence

📋 copy color: '#76297F'

red 118 ◦ green 41 ◦ blue 127

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

Shades of Eminence #76297F

Tints of Eminence #76297F

RGB

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

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

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

R = 41.26%
G = 14.34%
B = 44.41%

CMYK

 C value IS 0.07

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76297F (or 0x76297F) is known color: Eminence. HEX triplet: 76, 29 and 7F. RGB value is (118,41,127). Sum of RGB (Red+Green+Blue) = 118+41+127=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 127 (50% from 255 or 44.41% from 286); Max value from RGB is 127 - color contains mainly: blue. Hex color #76297F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76297F is #89D680. Grayscale: #494949. Windows color (decimal): -9033345 or 8333686. OLE color: 8333686.

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

Color convert

RGB 118 41 127 -
CMYK 0.07 0.68 0 0.50
HSL 293.72º 0.51% 0.33% -
HSV(B) 293.72º 0.68% 0.5% -
XYZ 12.09 6.97 20.79 -
YUV 73.83 158.01 159.51 -
System Red Green Blue C M Y K H S L
Decimal 118 41 127 0.07 0.68 0 0.50 293.72 0.51 0.33
Hex 76 29 7F 7 44 0 32 126 33 21
Octal 166 51 177 7 104 0 62 446 63 41
Binary 1110110 101001 1111111 111 1000100 0 110010 100100110 110011 100001

Color Harmonies of #76297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76297F

Black with #76297F

Text Example


Text Example

White with #76297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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