#78277B

Color #78277B Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #78277B

Tints of Eminence #78277B

Color information

#78277B (or 0x78277B) is unknown color: approx Eminence. HEX triplet: 78, 27 and 7B. RGB value is (120,39,123). Sum of RGB (Red+Green+Blue) = 120+39+123=282 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.55% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 123 - color contains mainly: blue. Hex color #78277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78277B is #87D884. Grayscale: #484848. Windows color (decimal): -8902789 or 8071032. OLE color: 8071032.

HSL color Cylindrical-coordinate representation of color #78277B: hue angle of 297.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78277B is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB12039123-
CMYK0.020.6800.52
HSL297.86º51.85%31.76%-
HSV(B)297.86º68.29%48.24%-
XYZ12.056.8719.43-
YUV72.8156.34161.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.55%
GREEN value IS 39 (15.62% from 255) = 13.83%
BLUE value IS 123 (48.44% from 255) = 43.62%
R=42.55%
G=13.83%
B=43.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal120391230.020.6800.52297.8651.8531.76
Hex78277B24403412a3420
Octal1704717321040644526440
Binary111100010011111110111010001000110100100101010110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78277B; }

 p { color: rgb(120,39,123); }

 H1.HeaderClassName
 {
   color: #78277B;
 }
 .AnyTagClassName
 {
   color: #78277B;
 }
</style>
background-color css

<style>
 a { background-color: #78277B; }

 a { background-color: rgb(120,39,123); }

 div.DivClassName
 {
   background-color: #78277B;
 }
 .BgClassName
 {
   background-color: #78277B;
 }
</style>
border-color css

<style>
 span { border-color: #78277B; }

 span { border-color: rgb(120,39,123); }

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