#791863

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

Shades of Palatinate Purple #791863

Tints of Palatinate Purple #791863

Color information

#791863 (or 0x791863) is unknown color: approx Palatinate Purple. HEX triplet: 79, 18 and 63. RGB value is (121,24,99). Sum of RGB (Red+Green+Blue) = 121+24+99=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 121 - color contains mainly: red. Hex color #791863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791863 is #86E79C. Grayscale: #3D3D3D. Windows color (decimal): -8841117 or 6494329. OLE color: 6494329.

HSL color Cylindrical-coordinate representation of color #791863: hue angle of 313.61º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #791863 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1212499-
CMYK00.800.180.53
HSL313.61º66.9%28.43%-
HSV(B)313.61º80.17%47.45%-
XYZ10.465.6212.34-
YUV61.55149.14170.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 24 (9.77% from 255) = 9.84%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=49.59%
G=9.84%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121249900.800.180.53313.6166.928.43
Hex791863050123513a431c
Octal171301430120226547210334
Binary11110011100011000110101000010010110101100111010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791863; }

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

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

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

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

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

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

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

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