Html Css Color HEX #76277F Eminence

📋 copy color: '#76277F'

red 118 ◦ green 39 ◦ blue 127

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

Shades of Eminence #76277F

Tints of Eminence #76277F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.73%

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

R = 41.55%
G = 13.73%
B = 44.72%

CMYK

 C value IS 0.07

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#76277F (or 0x76277F) is known color: Eminence. HEX triplet: 76, 27 and 7F. RGB value is (118,39,127). Sum of RGB (Red+Green+Blue) = 118+39+127=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 39 (15.62% from 255 or 13.73% from 284); Blue value is 127 (50% from 255 or 44.72% from 284); Max value from RGB is 127 - color contains mainly: blue. Hex color #76277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76277F is #89D880. Grayscale: #484848. Windows color (decimal): -9033857 or 8333174. OLE color: 8333174.

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

Color convert

RGB 118 39 127 -
CMYK 0.07 0.69 0 0.50
HSL 293.86º 0.53% 0.33% -
HSV(B) 293.86º 0.69% 0.5% -
XYZ 12.03 6.83 20.76 -
YUV 72.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 118 39 127 0.07 0.69 0 0.50 293.86 0.53 0.33
Hex 76 27 7F 7 45 0 32 126 35 21
Octal 166 47 177 7 105 0 62 446 65 41
Binary 1110110 100111 1111111 111 1000101 0 110010 100100110 110101 100001

Color Harmonies of #76277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76277F

Black with #76277F

Text Example


Text Example

White with #76277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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