#690A5E

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

Shades of Palatinate Purple #690A5E

Tints of Palatinate Purple #690A5E

Color information

#690A5E (or 0x690A5E) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0A and 5E. RGB value is (105,10,94). Sum of RGB (Red+Green+Blue) = 105+10+94=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 10 (4.30% from 255 or 4.78% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #690A5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A5E is #96F5A1. Grayscale: #2F2F2F. Windows color (decimal): -9893282 or 6163049. OLE color: 6163049.

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

Color convert

RGB1051094-
CMYK00.900.100.59
HSL306.95º82.61%22.55%-
HSV(B)306.95º90.48%41.18%-
XYZ7.954.0310.95-
YUV47.98153.97168.67-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 50.24%
GREEN value IS 10 (4.30% from 255) = 4.78%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=50.24%
G=4.78%
B=44.98%

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
Decimal105109400.900.100.59306.9582.6122.55
Hex69A5E05AA3B1335317
Octal151121360132127346312327
Binary110100110101011110010110101010111011100110011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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