#792261

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

Shades of Palatinate Purple #792261

Tints of Palatinate Purple #792261

Color information

#792261 (or 0x792261) is unknown color: approx Palatinate Purple. HEX triplet: 79, 22 and 61. RGB value is (121,34,97). Sum of RGB (Red+Green+Blue) = 121+34+97=252 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.02% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 97 (38.28% from 255 or 38.49% from 252); Max value from RGB is 121 - color contains mainly: red. Hex color #792261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792261 is #86DD9E. Grayscale: #434343. Windows color (decimal): -8838559 or 6365817. OLE color: 6365817.

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

Color convert

RGB1213497-
CMYK00.720.200.53
HSL316.55º56.13%30.39%-
HSV(B)316.55º71.9%47.45%-
XYZ10.616.0711.92-
YUV67.19144.82166.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.02%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 97 (38.28% from 255) = 38.49%
R=48.02%
G=13.49%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121349700.720.200.53316.5556.1330.39
Hex792261048143513d381e
Octal17142141011024654757036
Binary11110011000101100001010010001010011010110011110111100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792261; }

 p { color: rgb(121,34,97); }

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

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

 a { background-color: rgb(121,34,97); }

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

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

 span { border-color: rgb(121,34,97); }

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