#78265F

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

Shades of Palatinate Purple #78265F

Tints of Palatinate Purple #78265F

Color information

#78265F (or 0x78265F) is unknown color: approx Palatinate Purple. HEX triplet: 78, 26 and 5F. RGB value is (120,38,95). Sum of RGB (Red+Green+Blue) = 120+38+95=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 95 (37.5% from 255 or 37.55% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #78265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78265F is #87D9A0. Grayscale: #444444. Windows color (decimal): -8903073 or 6235768. OLE color: 6235768.

HSL color Cylindrical-coordinate representation of color #78265F: hue angle of 318.29º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #78265F is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1203895-
CMYK00.680.210.53
HSL318.29º51.9%30.98%-
HSV(B)318.29º68.33%47.06%-
XYZ10.56.2111.47-
YUV69.02142.67164.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 38 (15.23% from 255) = 15.02%
BLUE value IS 95 (37.5% from 255) = 37.55%
R=47.43%
G=15.02%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120389500.680.210.53318.2951.930.98
Hex78265F044153513e341f
Octal17046137010425654766437
Binary11110001001101011111010001001010111010110011111011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78265F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78265F; }

 p { color: rgb(120,38,95); }

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

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

 a { background-color: rgb(120,38,95); }

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

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

 span { border-color: rgb(120,38,95); }

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