#693160

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

Shades of Palatinate Purple #693160

Tints of Palatinate Purple #693160

Color information

#693160 (or 0x693160) is unknown color: approx Palatinate Purple. HEX triplet: 69, 31 and 60. RGB value is (105,49,96). Sum of RGB (Red+Green+Blue) = 105+49+96=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 96 (37.89% from 255 or 38.4% from 250); Max value from RGB is 105 - color contains mainly: red. Hex color #693160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693160 is #96CE9F. Grayscale: #464646. Windows color (decimal): -9883296 or 6304105. OLE color: 6304105.

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

Color convert

RGB1054996-
CMYK00.530.090.59
HSL309.64º36.36%30.2%-
HSV(B)309.64º53.33%41.18%-
XYZ9.046.0411.76-
YUV71.1142.05152.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42%
GREEN value IS 49 (19.53% from 255) = 19.6%
BLUE value IS 96 (37.89% from 255) = 38.4%
R=42%
G=19.6%
B=38.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105499600.530.090.59309.6436.3630.2
Hex69316003593B136241e
Octal1516114006511734664436
Binary110100111000111000000110101100111101110011011010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693160; }

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

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

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

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

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

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

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

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