#693960

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

Shades of Palatinate Purple #693960

Tints of Palatinate Purple #693960

Color information

#693960 (or 0x693960) is unknown color: approx Palatinate Purple. HEX triplet: 69, 39 and 60. RGB value is (105,57,96). Sum of RGB (Red+Green+Blue) = 105+57+96=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 96 (37.89% from 255 or 37.21% from 258); Max value from RGB is 105 - color contains mainly: red. Hex color #693960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693960 is #96C69F. Grayscale: #4B4B4B. Windows color (decimal): -9881248 or 6306153. OLE color: 6306153.

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

Color convert

RGB1055796-
CMYK00.460.090.59
HSL311.25º29.63%31.76%-
HSV(B)311.25º45.71%41.18%-
XYZ9.46.7711.88-
YUV75.8139.4148.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 96 (37.89% from 255) = 37.21%
R=40.70%
G=22.09%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105579600.460.090.59311.2529.6331.76
Hex69396002E93B1371e20
Octal1517114005611734673640
Binary110100111100111000000101110100111101110011011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693960; }

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

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

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

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

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

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

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

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