#78285C

Color #78285C Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #78285C

Tints of Palatinate Purple #78285C

Color information

#78285C (or 0x78285C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 28 and 5C. RGB value is (120,40,92). Sum of RGB (Red+Green+Blue) = 120+40+92=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78285C is #87D7A3. Grayscale: #454545. Windows color (decimal): -8902564 or 6039672. OLE color: 6039672.

HSL color Cylindrical-coordinate representation of color #78285C: hue angle of 321º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #78285C is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1204092-
CMYK00.670.230.53
HSL321º50%31.37%-
HSV(B)321º66.67%47.06%-
XYZ10.446.2810.79-
YUV69.85140.5163.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 40 (16.02% from 255) = 15.87%
BLUE value IS 92 (36.33% from 255) = 36.51%
R=47.62%
G=15.87%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120409200.670.230.533215031.37
Hex78285C0431735141321f
Octal17050134010327655016237
Binary11110001010001011100010000111011111010110100000111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78285C; }

 p { color: rgb(120,40,92); }

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

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

 a { background-color: rgb(120,40,92); }

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

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

 span { border-color: rgb(120,40,92); }

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