#792363

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

Shades of Palatinate Purple #792363

Tints of Palatinate Purple #792363

Color information

#792363 (or 0x792363) is unknown color: approx Palatinate Purple. HEX triplet: 79, 23 and 63. RGB value is (121,35,99). Sum of RGB (Red+Green+Blue) = 121+35+99=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 99 (39.06% from 255 or 38.82% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #792363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792363 is #86DC9C. Grayscale: #434343. Windows color (decimal): -8838301 or 6497145. OLE color: 6497145.

HSL color Cylindrical-coordinate representation of color #792363: hue angle of 315.35º 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 #792363 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1213599-
CMYK00.710.180.53
HSL315.35º55.13%30.59%-
HSV(B)315.35º71.07%47.45%-
XYZ10.746.1712.43-
YUV68.01145.49165.8-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 35 (14.06% from 255) = 13.73%
BLUE value IS 99 (39.06% from 255) = 38.82%
R=47.45%
G=13.73%
B=38.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121359900.710.180.53315.3555.1330.59
Hex792363047123513b371f
Octal17143143010722654736737
Binary11110011000111100011010001111001011010110011101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792363; }

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

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

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

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

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

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

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

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