#690A5D

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

Shades of Palatinate Purple #690A5D

Tints of Palatinate Purple #690A5D

Color information

#690A5D (or 0x690A5D) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0A and 5D. RGB value is (105,10,93). Sum of RGB (Red+Green+Blue) = 105+10+93=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #690A5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A5D is #96F5A2. Grayscale: #2F2F2F. Windows color (decimal): -9893283 or 6097513. OLE color: 6097513.

HSL color Cylindrical-coordinate representation of color #690A5D: hue angle of 307.58º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A5D is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB1051093-
CMYK00.900.110.59
HSL307.58º82.61%22.55%-
HSV(B)307.58º90.48%41.18%-
XYZ7.914.0110.71-
YUV47.87153.47168.75-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.48%
GREEN value IS 10 (4.30% from 255) = 4.81%
BLUE value IS 93 (36.72% from 255) = 44.71%
R=50.48%
G=4.81%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.11
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105109300.900.110.59307.5882.6122.55
Hex69A5D05AB3B1345317
Octal151121350132137346412327
Binary110100110101011101010110101011111011100110100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690A5D; }

 p { color: rgb(105,10,93); }

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

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

 a { background-color: rgb(105,10,93); }

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

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

 span { border-color: rgb(105,10,93); }

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