#693563

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

Shades of Palatinate Purple #693563

Tints of Palatinate Purple #693563

Color information

#693563 (or 0x693563) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 63. RGB value is (105,53,99). Sum of RGB (Red+Green+Blue) = 105+53+99=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #693563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693563 is #96CA9C. Grayscale: #494949. Windows color (decimal): -9882269 or 6501737. OLE color: 6501737.

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

Color convert

RGB1055399-
CMYK00.500.060.59
HSL306.92º32.91%30.98%-
HSV(B)306.92º49.52%41.18%-
XYZ9.356.4512.56-
YUV73.79142.23150.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 99 (39.06% from 255) = 38.52%
R=40.86%
G=20.62%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105539900.500.060.59306.9232.9130.98
Hex69356303263B133211f
Octal151651430626734634137
Binary11010011101011100011011001011011101110011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693563; }

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

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

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

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

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

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

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

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