#792463

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

Shades of Palatinate Purple #792463

Tints of Palatinate Purple #792463

Color information

#792463 (or 0x792463) is unknown color: approx Palatinate Purple. HEX triplet: 79, 24 and 63. RGB value is (121,36,99). Sum of RGB (Red+Green+Blue) = 121+36+99=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 36 (14.45% from 255 or 14.06% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #792463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792463 is #86DB9C. Grayscale: #444444. Windows color (decimal): -8838045 or 6497401. OLE color: 6497401.

HSL color Cylindrical-coordinate representation of color #792463: hue angle of 315.53º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792463 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1213699-
CMYK00.700.180.53
HSL315.53º54.14%30.78%-
HSV(B)315.53º70.25%47.45%-
XYZ10.776.2312.44-
YUV68.6145.16165.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 36 (14.45% from 255) = 14.06%
BLUE value IS 99 (39.06% from 255) = 38.67%
R=47.27%
G=14.06%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121369900.700.180.53315.5354.1430.78
Hex792463046123513c361f
Octal17144143010622654746637
Binary11110011001001100011010001101001011010110011110011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792463; }

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

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

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

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

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

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

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

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