#792165

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

Shades of Palatinate Purple #792165

Tints of Palatinate Purple #792165

Color information

#792165 (or 0x792165) is unknown color: approx Palatinate Purple. HEX triplet: 79, 21 and 65. RGB value is (121,33,101). Sum of RGB (Red+Green+Blue) = 121+33+101=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 101 (39.84% from 255 or 39.61% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #792165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792165 is #86DE9A. Grayscale: #424242. Windows color (decimal): -8838811 or 6627705. OLE color: 6627705.

HSL color Cylindrical-coordinate representation of color #792165: hue angle of 313.64º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #792165 is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12133101-
CMYK00.730.170.53
HSL313.64º57.14%30.2%-
HSV(B)313.64º72.73%47.45%-
XYZ10.786.0912.92-
YUV67.06147.15166.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 101 (39.84% from 255) = 39.61%
R=47.45%
G=12.94%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213310100.730.170.53313.6457.1430.2
Hex792165049113513a391e
Octal17141145011121654727136
Binary11110011000011100101010010011000111010110011101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792165; }

 p { color: rgb(121,33,101); }

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

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

 a { background-color: rgb(121,33,101); }

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

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

 span { border-color: rgb(121,33,101); }

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