#693459

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

Shades of Palatinate Purple #693459

Tints of Palatinate Purple #693459

Color information

#693459 (or 0x693459) is unknown color: approx Palatinate Purple. HEX triplet: 69, 34 and 59. RGB value is (105,52,89). Sum of RGB (Red+Green+Blue) = 105+52+89=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 89 (35.16% from 255 or 36.18% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693459 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693459 is #96CBA6. Grayscale: #474747. Windows color (decimal): -9882535 or 5846121. OLE color: 5846121.

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

Color convert

RGB1055289-
CMYK00.500.150.59
HSL318.11º33.76%30.78%-
HSV(B)318.11º50.48%41.18%-
XYZ8.866.1810.18-
YUV72.06137.56151.49-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 89 (35.16% from 255) = 36.18%
R=42.68%
G=21.14%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105528900.500.150.59318.1133.7630.78
Hex693459032F3B13e221f
Octal1516413106217734764237
Binary110100111010010110010110010111111101110011111010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693459; }

 p { color: rgb(105,52,89); }

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

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

 a { background-color: rgb(105,52,89); }

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

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

 span { border-color: rgb(105,52,89); }

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