#690A5F

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

Shades of Palatinate Purple #690A5F

Tints of Palatinate Purple #690A5F

Color information

#690A5F (or 0x690A5F) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0A and 5F. RGB value is (105,10,95). Sum of RGB (Red+Green+Blue) = 105+10+95=210 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50% from 210); Green value is 10 (4.30% from 255 or 4.76% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 105 - color contains mainly: red. Hex color #690A5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A5F is #96F5A0. Grayscale: #2F2F2F. Windows color (decimal): -9893281 or 6228585. OLE color: 6228585.

HSL color Cylindrical-coordinate representation of color #690A5F: hue angle of 306.32º 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 #690A5F is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB1051095-
CMYK00.900.100.59
HSL306.32º82.61%22.55%-
HSV(B)306.32º90.48%41.18%-
XYZ84.0511.19-
YUV48.1154.47168.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50%
GREEN value IS 10 (4.30% from 255) = 4.76%
BLUE value IS 95 (37.5% from 255) = 45.24%
R=50%
G=4.76%
B=45.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105109500.900.100.59306.3282.6122.55
Hex69A5F05AA3B1325317
Octal151121370132127346212327
Binary110100110101011111010110101010111011100110010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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