#78265D

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

Shades of Palatinate Purple #78265D

Tints of Palatinate Purple #78265D

Color information

#78265D (or 0x78265D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 26 and 5D. RGB value is (120,38,93). Sum of RGB (Red+Green+Blue) = 120+38+93=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 93 (36.72% from 255 or 37.05% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78265D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78265D is #87D9A2. Grayscale: #444444. Windows color (decimal): -8903075 or 6104696. OLE color: 6104696.

HSL color Cylindrical-coordinate representation of color #78265D: hue angle of 319.76º 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 #78265D is Cyan = 0, Magento = 0.68, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1203893-
CMYK00.680.220.53
HSL319.76º51.9%30.98%-
HSV(B)319.76º68.33%47.06%-
XYZ10.416.1711-
YUV68.79141.67164.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 38 (15.23% from 255) = 15.14%
BLUE value IS 93 (36.72% from 255) = 37.05%
R=47.81%
G=15.14%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120389300.680.220.53319.7651.930.98
Hex78265D0441635140341f
Octal17046135010426655006437
Binary11110001001101011101010001001011011010110100000011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78265D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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