#793967

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

Shades of Palatinate Purple #793967

Tints of Palatinate Purple #793967

Color information

#793967 (or 0x793967) is unknown color: approx Palatinate Purple. HEX triplet: 79, 39 and 67. RGB value is (121,57,103). Sum of RGB (Red+Green+Blue) = 121+57+103=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #793967 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793967 is #86C698. Grayscale: #515151. Windows color (decimal): -8832665 or 6764921. OLE color: 6764921.

HSL color Cylindrical-coordinate representation of color #793967: hue angle of 316.88º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #793967 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12157103-
CMYK00.530.150.53
HSL316.88º35.96%34.9%-
HSV(B)316.88º52.89%47.45%-
XYZ11.87.9713.75-
YUV81.38140.2156.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 103 (40.62% from 255) = 36.65%
R=43.06%
G=20.28%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215710300.530.150.53316.8835.9634.9
Hex793967035F3513d2423
Octal1717114706517654754443
Binary1111001111001110011101101011111110101100111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793967; }

 p { color: rgb(121,57,103); }

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

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

 a { background-color: rgb(121,57,103); }

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

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

 span { border-color: rgb(121,57,103); }

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