#78145D

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

Shades of Palatinate Purple #78145D

Tints of Palatinate Purple #78145D

Color information

#78145D (or 0x78145D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 14 and 5D. RGB value is (120,20,93). Sum of RGB (Red+Green+Blue) = 120+20+93=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78145D is #87EBA2. Grayscale: #3A3A3A. Windows color (decimal): -8907683 or 6100088. OLE color: 6100088.

HSL color Cylindrical-coordinate representation of color #78145D: hue angle of 316.2º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #78145D is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1202093-
CMYK00.830.220.53
HSL316.2º71.43%27.45%-
HSV(B)316.2º83.33%47.06%-
XYZ9.975.2810.85-
YUV58.22147.63172.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=51.50%
G=8.58%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120209300.830.220.53316.271.4327.45
Hex78145D053163513c471b
Octal170241350123266547410733
Binary11110001010010111010101001110110110101100111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78145D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78145D; }

 p { color: rgb(120,20,93); }

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

<style>
 a { background-color: #78145D; }

 a { background-color: rgb(120,20,93); }

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

<style>
 span { border-color: #78145D; }

 span { border-color: rgb(120,20,93); }

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