#793765

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

Shades of Palatinate Purple #793765

Tints of Palatinate Purple #793765

Color information

#793765 (or 0x793765) is unknown color: approx Palatinate Purple. HEX triplet: 79, 37 and 65. RGB value is (121,55,101). Sum of RGB (Red+Green+Blue) = 121+55+101=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 101 (39.84% from 255 or 36.46% from 277); Max value from RGB is 121 - color contains mainly: red. Hex color #793765 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793765 is #86C89A. Grayscale: #4F4F4F. Windows color (decimal): -8833179 or 6633337. OLE color: 6633337.

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

Color convert

RGB12155101-
CMYK00.550.170.53
HSL318.18º37.5%34.51%-
HSV(B)318.18º54.55%47.45%-
XYZ11.67.7413.19-
YUV79.98139.87157.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.68%
GREEN value IS 55 (21.88% from 255) = 19.86%
BLUE value IS 101 (39.84% from 255) = 36.46%
R=43.68%
G=19.86%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215510100.550.170.53318.1837.534.51
Hex793765037113513e2623
Octal1716714506721654764643
Binary11110011101111100101011011110001110101100111110100110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793765; }

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

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

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

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

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

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

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

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