#793965

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

Shades of Palatinate Purple #793965

Tints of Palatinate Purple #793965

Color information

#793965 (or 0x793965) is unknown color: approx Palatinate Purple. HEX triplet: 79, 39 and 65. RGB value is (121,57,101). Sum of RGB (Red+Green+Blue) = 121+57+101=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 57 (22.66% from 255 or 20.43% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #793965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793965 is #86C69A. Grayscale: #515151. Windows color (decimal): -8832667 or 6633849. OLE color: 6633849.

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

Color convert

RGB12157101-
CMYK00.530.170.53
HSL318.75º35.96%34.9%-
HSV(B)318.75º52.89%47.45%-
XYZ11.77.9313.23-
YUV81.15139.2156.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.37%
GREEN value IS 57 (22.66% from 255) = 20.43%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=43.37%
G=20.43%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215710100.530.170.53318.7535.9634.9
Hex793965035113513f2423
Octal1717114506521654774443
Binary11110011110011100101011010110001110101100111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793965; }

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

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

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

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

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

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

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

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