#783570

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

Shades of Eminence #783570

Tints of Eminence #783570

Color information

#783570 (or 0x783570) is unknown color: approx Eminence. HEX triplet: 78, 35 and 70. RGB value is (120,53,112). Sum of RGB (Red+Green+Blue) = 120+53+112=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 120 - color contains mainly: red. Hex color #783570 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783570 is #87CA8F. Grayscale: #4F4F4F. Windows color (decimal): -8899216 or 7353720. OLE color: 7353720.

HSL color Cylindrical-coordinate representation of color #783570: hue angle of 307.16º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #783570 is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12053112-
CMYK00.560.070.53
HSL307.16º38.73%33.92%-
HSV(B)307.16º55.83%47.06%-
XYZ11.947.7116.19-
YUV79.76146.2156.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 53 (21.09% from 255) = 18.60%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=42.11%
G=18.60%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205311200.560.070.53307.1638.7333.92
Hex7835700387351332722
Octal170651600707654634742
Binary111100011010111100000111000111110101100110011100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783570; }

 p { color: rgb(120,53,112); }

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

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

 a { background-color: rgb(120,53,112); }

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

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

 span { border-color: rgb(120,53,112); }

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