#78255E

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

Shades of Palatinate Purple #78255E

Tints of Palatinate Purple #78255E

Color information

#78255E (or 0x78255E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 25 and 5E. RGB value is (120,37,94). Sum of RGB (Red+Green+Blue) = 120+37+94=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 94 (37.11% from 255 or 37.45% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78255E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78255E is #87DAA1. Grayscale: #444444. Windows color (decimal): -8903330 or 6169976. OLE color: 6169976.

HSL color Cylindrical-coordinate representation of color #78255E: hue angle of 318.8º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #78255E is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1203794-
CMYK00.690.220.53
HSL318.8º52.87%30.78%-
HSV(B)318.8º69.17%47.06%-
XYZ10.436.1211.22-
YUV68.32142.5164.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 37 (14.84% from 255) = 14.74%
BLUE value IS 94 (37.11% from 255) = 37.45%
R=47.81%
G=14.74%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120379400.690.220.53318.852.8730.78
Hex78255E045163513f351f
Octal17045136010526654776537
Binary11110001001011011110010001011011011010110011111111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78255E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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