#693559

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

Shades of Palatinate Purple #693559

Tints of Palatinate Purple #693559

Color information

#693559 (or 0x693559) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 59. RGB value is (105,53,89). Sum of RGB (Red+Green+Blue) = 105+53+89=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #693559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693559 is #96CAA6. Grayscale: #484848. Windows color (decimal): -9882279 or 5846377. OLE color: 5846377.

HSL color Cylindrical-coordinate representation of color #693559: hue angle of 318.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #693559 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1055389-
CMYK00.500.150.59
HSL318.46º32.91%30.98%-
HSV(B)318.46º49.52%41.18%-
XYZ8.96.2710.19-
YUV72.65137.23151.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 53 (21.09% from 255) = 21.46%
BLUE value IS 89 (35.16% from 255) = 36.03%
R=42.51%
G=21.46%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105538900.500.150.59318.4632.9130.98
Hex693559032F3B13e211f
Octal1516513106217734764137
Binary110100111010110110010110010111111101110011111010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693559; }

 p { color: rgb(105,53,89); }

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

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

 a { background-color: rgb(105,53,89); }

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

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

 span { border-color: rgb(105,53,89); }

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