#78195F

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

Shades of Palatinate Purple #78195F

Tints of Palatinate Purple #78195F

Color information

#78195F (or 0x78195F) is unknown color: approx Palatinate Purple. HEX triplet: 78, 19 and 5F. RGB value is (120,25,95). Sum of RGB (Red+Green+Blue) = 120+25+95=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #78195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78195F is #87E6A0. Grayscale: #3D3D3D. Windows color (decimal): -8906401 or 6232440. OLE color: 6232440.

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

Color convert

RGB1202595-
CMYK00.790.210.53
HSL315.79º65.52%28.43%-
HSV(B)315.79º79.17%47.06%-
XYZ10.165.5111.36-
YUV61.38146.97169.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 25 (10.16% from 255) = 10.42%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=50%
G=10.42%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120259500.790.210.53315.7965.5228.43
Hex78195F04F153513c421c
Octal170311370117256547410234
Binary11110001100110111110100111110101110101100111100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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