#693562

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

Shades of Palatinate Purple #693562

Tints of Palatinate Purple #693562

Color information

#693562 (or 0x693562) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 62. RGB value is (105,53,98). Sum of RGB (Red+Green+Blue) = 105+53+98=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 105 - color contains mainly: red. Hex color #693562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693562 is #96CA9D. Grayscale: #494949. Windows color (decimal): -9882270 or 6436201. OLE color: 6436201.

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

Color convert

RGB1055398-
CMYK00.500.070.59
HSL308.08º32.91%30.98%-
HSV(B)308.08º49.52%41.18%-
XYZ9.36.4312.31-
YUV73.68141.73150.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 41.02%
GREEN value IS 53 (21.09% from 255) = 20.70%
BLUE value IS 98 (38.67% from 255) = 38.28%
R=41.02%
G=20.70%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105539800.500.070.59308.0832.9130.98
Hex69356203273B134211f
Octal151651420627734644137
Binary11010011101011100010011001011111101110011010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693562; }

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

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

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

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

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

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

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

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