Html Css Color HEX #76247D Eminence

📋 copy color: '#76247D'

red 118 ◦ green 36 ◦ blue 125

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

Shades of Eminence #76247D

Tints of Eminence #76247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

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

R = 42.29%
G = 12.9%
B = 44.8%

CMYK

 C value IS 0.06

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#76247D (or 0x76247D) is known color: Eminence. HEX triplet: 76, 24 and 7D. RGB value is (118,36,125). Sum of RGB (Red+Green+Blue) = 118+36+125=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 125 (49.22% from 255 or 44.80% from 279); Max value from RGB is 125 - color contains mainly: blue. Hex color #76247D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76247D is #89DB82. Grayscale: #464646. Windows color (decimal): -9034627 or 8201334. OLE color: 8201334.

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

Color convert

RGB 118 36 125 -
CMYK 0.06 0.71 0 0.51
HSL 295.28º 0.55% 0.32% -
HSV(B) 295.28º 0.71% 0.49% -
XYZ 11.8 6.59 20.05 -
YUV 70.66 158.67 161.76 -
System Red Green Blue C M Y K H S L
Decimal 118 36 125 0.06 0.71 0 0.51 295.28 0.55 0.32
Hex 76 24 7D 6 47 0 33 127 37 20
Octal 166 44 175 6 107 0 63 447 67 40
Binary 1110110 100100 1111101 110 1000111 0 110011 100100111 110111 100000

Color Harmonies of #76247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76247D

Black with #76247D

Text Example


Text Example

White with #76247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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