#793161

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

Shades of Palatinate Purple #793161

Tints of Palatinate Purple #793161

Color information

#793161 (or 0x793161) is unknown color: approx Palatinate Purple. HEX triplet: 79, 31 and 61. RGB value is (121,49,97). Sum of RGB (Red+Green+Blue) = 121+49+97=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 121 - color contains mainly: red. Hex color #793161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793161 is #86CE9E. Grayscale: #4B4B4B. Windows color (decimal): -8834719 or 6369657. OLE color: 6369657.

HSL color Cylindrical-coordinate representation of color #793161: hue angle of 320º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #793161 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB1214997-
CMYK00.600.200.53
HSL320º42.35%33.33%-
HSV(B)320º59.5%47.45%-
XYZ11.147.1212.1-
YUV76139.85160.1-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=45.32%
G=18.35%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121499700.600.200.5332042.3533.33
Hex79316103C14351402a21
Octal1716114107424655005241
Binary11110011100011100001011110010100110101101000000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793161; }

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

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

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

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

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

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

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

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