#693156

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

Shades of Palatinate Purple #693156

Tints of Palatinate Purple #693156

Color information

#693156 (or 0x693156) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 56. RGB value is (105,49,86). Sum of RGB (Red+Green+Blue) = 105+49+86=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 49 (19.53% from 255 or 20.42% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #693156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693156 is #96CEA9. Grayscale: #454545. Windows color (decimal): -9883306 or 5648745. OLE color: 5648745.

HSL color Cylindrical-coordinate representation of color #693156: hue angle of 320.36º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #693156 is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB1054986-
CMYK00.530.180.59
HSL320.36º36.36%30.2%-
HSV(B)320.36º53.33%41.18%-
XYZ8.65.879.48-
YUV69.96137.05152.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.75%
GREEN value IS 49 (19.53% from 255) = 20.42%
BLUE value IS 86 (33.98% from 255) = 35.83%
R=43.75%
G=20.42%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105498600.530.180.59320.3636.3630.2
Hex693156035123B140241e
Octal1516112606522735004436
Binary1101001110001101011001101011001011101110100000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693156; }

 p { color: rgb(105,49,86); }

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

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

 a { background-color: rgb(105,49,86); }

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

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

 span { border-color: rgb(105,49,86); }

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