#78255C

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

Shades of Palatinate Purple #78255C

Tints of Palatinate Purple #78255C

Color information

#78255C (or 0x78255C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 25 and 5C. RGB value is (120,37,92). Sum of RGB (Red+Green+Blue) = 120+37+92=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #78255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78255C is #87DAA3. Grayscale: #434343. Windows color (decimal): -8903332 or 6038904. OLE color: 6038904.

HSL color Cylindrical-coordinate representation of color #78255C: hue angle of 320.24º 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 #78255C is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1203792-
CMYK00.690.230.53
HSL320.24º52.87%30.78%-
HSV(B)320.24º69.17%47.06%-
XYZ10.346.0910.76-
YUV68.09141.5165.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.19%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=48.19%
G=14.86%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120379200.690.230.53320.2452.8730.78
Hex78255C0451735140351f
Octal17045134010527655006537
Binary11110001001011011100010001011011111010110100000011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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