Html Css Color HEX #76247F Eminence

📋 copy color: '#76247F'

red 118 ◦ green 36 ◦ blue 127

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

Shades of Eminence #76247F

Tints of Eminence #76247F

RGB

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

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

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

R = 41.99%
G = 12.81%
B = 45.2%

CMYK

 C value IS 0.07

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76247F (or 0x76247F) is known color: Eminence. HEX triplet: 76, 24 and 7F. RGB value is (118,36,127). Sum of RGB (Red+Green+Blue) = 118+36+127=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #76247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76247F is #89DB80. Grayscale: #464646. Windows color (decimal): -9034625 or 8332406. OLE color: 8332406.

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

Color convert

RGB 118 36 127 -
CMYK 0.07 0.72 0 0.50
HSL 294.07º 0.56% 0.32% -
HSV(B) 294.07º 0.72% 0.5% -
XYZ 11.93 6.65 20.73 -
YUV 70.89 159.67 161.6 -
System Red Green Blue C M Y K H S L
Decimal 118 36 127 0.07 0.72 0 0.50 294.07 0.56 0.32
Hex 76 24 7F 7 48 0 32 126 38 20
Octal 166 44 177 7 110 0 62 446 70 40
Binary 1110110 100100 1111111 111 1001000 0 110010 100100110 111000 100000

Color Harmonies of #76247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76247F

Black with #76247F

Text Example


Text Example

White with #76247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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