#690A58

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

Shades of Palatinate Purple #690A58

Tints of Palatinate Purple #690A58

Color information

#690A58 (or 0x690A58) is unknown color: approx Palatinate Purple. HEX triplet: 69, 0A and 58. RGB value is (105,10,88). Sum of RGB (Red+Green+Blue) = 105+10+88=203 (26% of max value = 765). Red value is 105 (41.41% from 255 or 51.72% from 203); Green value is 10 (4.30% from 255 or 4.93% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 105 - color contains mainly: red. Hex color #690A58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690A58 is #96F5A7. Grayscale: #2F2F2F. Windows color (decimal): -9893288 or 5769833. OLE color: 5769833.

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

Color convert

RGB1051088-
CMYK00.900.160.59
HSL310.74º82.61%22.55%-
HSV(B)310.74º90.48%41.18%-
XYZ7.73.929.58-
YUV47.3150.97169.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 51.72%
GREEN value IS 10 (4.30% from 255) = 4.93%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=51.72%
G=4.93%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.16
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105108800.900.160.59310.7482.6122.55
Hex69A5805A103B1375317
Octal151121300132207346712327
Binary1101001101010110000101101010000111011100110111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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