#693557

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

Shades of Palatinate Purple #693557

Tints of Palatinate Purple #693557

Color information

#693557 (or 0x693557) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 57. RGB value is (105,53,87). Sum of RGB (Red+Green+Blue) = 105+53+87=245 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.86% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 87 (34.38% from 255 or 35.51% from 245); Max value from RGB is 105 - color contains mainly: red. Hex color #693557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693557 is #96CAA8. Grayscale: #484848. Windows color (decimal): -9882281 or 5715305. OLE color: 5715305.

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

Color convert

RGB1055387-
CMYK00.500.170.59
HSL320.77º32.91%30.98%-
HSV(B)320.77º49.52%41.18%-
XYZ8.826.249.76-
YUV72.42136.23151.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.86%
GREEN value IS 53 (21.09% from 255) = 21.63%
BLUE value IS 87 (34.38% from 255) = 35.51%
R=42.86%
G=21.63%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105538700.500.170.59320.7732.9130.98
Hex693557032113B141211f
Octal1516512706221735014137
Binary1101001110101101011101100101000111101110100000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693557; }

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

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

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

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

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

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

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

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