#781363

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

Shades of Palatinate Purple #781363

Tints of Palatinate Purple #781363

Color information

#781363 (or 0x781363) is unknown color: approx Palatinate Purple. HEX triplet: 78, 13 and 63. RGB value is (120,19,99). Sum of RGB (Red+Green+Blue) = 120+19+99=238 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.42% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 120 - color contains mainly: red. Hex color #781363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781363 is #87EC9C. Grayscale: #3A3A3A. Windows color (decimal): -8907933 or 6493048. OLE color: 6493048.

HSL color Cylindrical-coordinate representation of color #781363: hue angle of 312.48º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781363 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1201999-
CMYK00.840.170.53
HSL312.48º72.66%27.25%-
HSV(B)312.48º84.17%47.06%-
XYZ10.235.3612.3-
YUV58.32150.96172-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.42%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 99 (39.06% from 255) = 41.60%
R=50.42%
G=7.98%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120199900.840.170.53312.4872.6627.25
Hex7813630541135138491b
Octal170231430124216547011133
Binary11110001001111000110101010010001110101100111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781363; }

 p { color: rgb(120,19,99); }

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

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

 a { background-color: rgb(120,19,99); }

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

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

 span { border-color: rgb(120,19,99); }

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