#793869

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

Shades of Palatinate Purple #793869

Tints of Palatinate Purple #793869

Color information

#793869 (or 0x793869) is unknown color: approx Palatinate Purple. HEX triplet: 79, 38 and 69. RGB value is (121,56,105). Sum of RGB (Red+Green+Blue) = 121+56+105=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #793869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #793869 is #86C796. Grayscale: #505050. Windows color (decimal): -8832919 or 6895737. OLE color: 6895737.

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

Color convert

RGB12156105-
CMYK00.540.130.53
HSL314.77º36.72%34.71%-
HSV(B)314.77º53.72%47.45%-
XYZ11.857.9114.27-
YUV81.02141.53156.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.91%
GREEN value IS 56 (22.27% from 255) = 19.86%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=42.91%
G=19.86%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1215610500.540.130.53314.7736.7234.71
Hex793869036D3513b2523
Octal1717015106615654734543
Binary1111001111000110100101101101101110101100111011100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793869; }

 p { color: rgb(121,56,105); }

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

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

 a { background-color: rgb(121,56,105); }

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

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

 span { border-color: rgb(121,56,105); }

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