#78285E

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

Shades of Palatinate Purple #78285E

Tints of Palatinate Purple #78285E

Color information

#78285E (or 0x78285E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 28 and 5E. RGB value is (120,40,94). Sum of RGB (Red+Green+Blue) = 120+40+94=254 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.24% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 94 (37.11% from 255 or 37.01% from 254); Max value from RGB is 120 - color contains mainly: red. Hex color #78285E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78285E is #87D7A1. Grayscale: #454545. Windows color (decimal): -8902562 or 6170744. OLE color: 6170744.

HSL color Cylindrical-coordinate representation of color #78285E: hue angle of 319.5º 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 #78285E is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1204094-
CMYK00.670.220.53
HSL319.5º50%31.37%-
HSV(B)319.5º66.67%47.06%-
XYZ10.526.3211.25-
YUV70.08141.5163.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.24%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 94 (37.11% from 255) = 37.01%
R=47.24%
G=15.75%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120409400.670.220.53319.55031.37
Hex78285E0431635140321f
Octal17050136010326655006237
Binary11110001010001011110010000111011011010110100000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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