Html Css Color HEX #76297E Eminence

📋 copy color: '#76297E'

red 118 ◦ green 41 ◦ blue 126

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

Shades of Eminence #76297E

Tints of Eminence #76297E

RGB

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

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

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

R = 41.4%
G = 14.39%
B = 44.21%

CMYK

 C value IS 0.06

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76297E (or 0x76297E) is known color: Eminence. HEX triplet: 76, 29 and 7E. RGB value is (118,41,126). Sum of RGB (Red+Green+Blue) = 118+41+126=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 126 (49.61% from 255 or 44.21% from 285); Max value from RGB is 126 - color contains mainly: blue. Hex color #76297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76297E is #89D681. Grayscale: #494949. Windows color (decimal): -9033346 or 8268150. OLE color: 8268150.

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

Color convert

RGB 118 41 126 -
CMYK 0.06 0.67 0 0.51
HSL 294.35º 0.51% 0.33% -
HSV(B) 294.35º 0.67% 0.49% -
XYZ 12.03 6.94 20.44 -
YUV 73.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 118 41 126 0.06 0.67 0 0.51 294.35 0.51 0.33
Hex 76 29 7E 6 43 0 33 126 33 21
Octal 166 51 176 6 103 0 63 446 63 41
Binary 1110110 101001 1111110 110 1000011 0 110011 100100110 110011 100001

Color Harmonies of #76297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76297E

Black with #76297E

Text Example


Text Example

White with #76297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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