#693560

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

Shades of Palatinate Purple #693560

Tints of Palatinate Purple #693560

Color information

#693560 (or 0x693560) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 60. RGB value is (105,53,96). Sum of RGB (Red+Green+Blue) = 105+53+96=254 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.34% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 96 (37.89% from 255 or 37.80% from 254); Max value from RGB is 105 - color contains mainly: red. Hex color #693560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693560 is #96CA9F. Grayscale: #494949. Windows color (decimal): -9882272 or 6305129. OLE color: 6305129.

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

Color convert

RGB1055396-
CMYK00.500.090.59
HSL310.38º32.91%30.98%-
HSV(B)310.38º49.52%41.18%-
XYZ9.216.3911.82-
YUV73.45140.73150.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.34%
GREEN value IS 53 (21.09% from 255) = 20.87%
BLUE value IS 96 (37.89% from 255) = 37.80%
R=41.34%
G=20.87%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105539600.500.090.59310.3832.9130.98
Hex69356003293B136211f
Octal1516514006211734664137
Binary110100111010111000000110010100111101110011011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693560; }

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

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

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

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

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

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

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

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