#693558

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

Shades of Palatinate Purple #693558

Tints of Palatinate Purple #693558

Color information

#693558 (or 0x693558) is unknown color: approx Palatinate Purple. HEX triplet: 69, 35 and 58. RGB value is (105,53,88). Sum of RGB (Red+Green+Blue) = 105+53+88=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693558 is #96CAA7. Grayscale: #484848. Windows color (decimal): -9882280 or 5780841. OLE color: 5780841.

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

Color convert

RGB1055388-
CMYK00.500.160.59
HSL319.62º32.91%30.98%-
HSV(B)319.62º49.52%41.18%-
XYZ8.866.259.97-
YUV72.54136.73151.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 88 (34.77% from 255) = 35.77%
R=42.68%
G=21.54%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105538800.500.160.59319.6232.9130.98
Hex693558032103B140211f
Octal1516513006220735004137
Binary1101001110101101100001100101000011101110100000010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693558; }

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

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

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

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

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

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

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

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