#693565

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

Shades of Palatinate Purple #693565

Tints of Palatinate Purple #693565

Color information

#693565 (or 0x693565) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 65. RGB value is (105,53,101). Sum of RGB (Red+Green+Blue) = 105+53+101=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 53 (21.09% from 255 or 20.46% from 259); Blue value is 101 (39.84% from 255 or 39.00% from 259); Max value from RGB is 105 - color contains mainly: red. Hex color #693565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693565 is #96CA9A. Grayscale: #494949. Windows color (decimal): -9882267 or 6632809. OLE color: 6632809.

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

Color convert

RGB10553101-
CMYK00.500.040.59
HSL304.62º32.91%30.98%-
HSV(B)304.62º49.52%41.18%-
XYZ9.456.4913.07-
YUV74.02143.23150.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.54%
GREEN value IS 53 (21.09% from 255) = 20.46%
BLUE value IS 101 (39.84% from 255) = 39.00%
R=40.54%
G=20.46%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1055310100.500.040.59304.6232.9130.98
Hex69356503243B131211f
Octal151651450624734614137
Binary11010011101011100101011001010011101110011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693565; }

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

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

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

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

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

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

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

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