#791362

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

Shades of Palatinate Purple #791362

Tints of Palatinate Purple #791362

Color information

#791362 (or 0x791362) is unknown color: approx Palatinate Purple. HEX triplet: 79, 13 and 62. RGB value is (121,19,98). Sum of RGB (Red+Green+Blue) = 121+19+98=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #791362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791362 is #86EC9D. Grayscale: #3A3A3A. Windows color (decimal): -8842398 or 6427513. OLE color: 6427513.

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

Color convert

RGB1211998-
CMYK00.840.190.53
HSL313.53º72.86%27.45%-
HSV(B)313.53º84.3%47.45%-
XYZ10.325.4112.06-
YUV58.5150.29172.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.84%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=50.84%
G=7.98%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121199800.840.190.53313.5372.8627.45
Hex791362054133513a491b
Octal171231420124236547211133
Binary11110011001111000100101010010011110101100111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791362; }

 p { color: rgb(121,19,98); }

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

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

 a { background-color: rgb(121,19,98); }

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

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

 span { border-color: rgb(121,19,98); }

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