#783572

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

Shades of Eminence #783572

Tints of Eminence #783572

Color information

#783572 (or 0x783572) is unknown color: approx Eminence. HEX triplet: 78, 35 and 72. RGB value is (120,53,114). Sum of RGB (Red+Green+Blue) = 120+53+114=287 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.81% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 120 - color contains mainly: red. Hex color #783572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #783572 is #87CA8D. Grayscale: #4F4F4F. Windows color (decimal): -8899214 or 7484792. OLE color: 7484792.

HSL color Cylindrical-coordinate representation of color #783572: hue angle of 305.37º 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 #783572 is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12053114-
CMYK00.560.050.53
HSL305.37º38.73%33.92%-
HSV(B)305.37º55.83%47.06%-
XYZ12.067.7516.78-
YUV79.99147.2156.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 41.81%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 114 (44.92% from 255) = 39.72%
R=41.81%
G=18.47%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1205311400.560.050.53305.3738.7333.92
Hex7835720385351312722
Octal170651620705654614742
Binary111100011010111100100111000101110101100110001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783572; }

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

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

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

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

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

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

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

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