#792360

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

Shades of Palatinate Purple #792360

Tints of Palatinate Purple #792360

Color information

#792360 (or 0x792360) is unknown color: approx Palatinate Purple. HEX triplet: 79, 23 and 60. RGB value is (121,35,96). Sum of RGB (Red+Green+Blue) = 121+35+96=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #792360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792360 is #86DC9F. Grayscale: #434343. Windows color (decimal): -8838304 or 6300537. OLE color: 6300537.

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

Color convert

RGB1213596-
CMYK00.710.210.53
HSL317.44º55.13%30.59%-
HSV(B)317.44º71.07%47.45%-
XYZ10.66.1111.69-
YUV67.67143.99166.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 35 (14.06% from 255) = 13.89%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=48.02%
G=13.89%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121359600.710.210.53317.4455.1330.59
Hex792360047153513d371f
Octal17143140010725654756737
Binary11110011000111100000010001111010111010110011110111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792360; }

 p { color: rgb(121,35,96); }

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

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

 a { background-color: rgb(121,35,96); }

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

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

 span { border-color: rgb(121,35,96); }

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