#693B5D

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

Shades of Palatinate Purple #693B5D

Tints of Palatinate Purple #693B5D

Color information

#693B5D (or 0x693B5D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 3B and 5D. RGB value is (105,59,93). Sum of RGB (Red+Green+Blue) = 105+59+93=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 59 (23.44% from 255 or 22.96% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 105 - color contains mainly: red. Hex color #693B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B5D is #96C4A2. Grayscale: #4C4C4C. Windows color (decimal): -9880739 or 6110057. OLE color: 6110057.

HSL color Cylindrical-coordinate representation of color #693B5D: hue angle of 315.65º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693B5D is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1055993-
CMYK00.440.110.59
HSL315.65º28.05%32.16%-
HSV(B)315.65º43.81%41.18%-
XYZ9.376.9211.2-
YUV76.63137.24148.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.86%
GREEN value IS 59 (23.44% from 255) = 22.96%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=40.86%
G=22.96%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105599300.440.110.59315.6528.0532.16
Hex693B5D02CB3B13c1c20
Octal1517313505413734743440
Binary110100111101110111010101100101111101110011110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693B5D; }

 p { color: rgb(105,59,93); }

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

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

 a { background-color: rgb(105,59,93); }

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

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

 span { border-color: rgb(105,59,93); }

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