#690459

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

Shades of Tyrian Purple #690459

Tints of Tyrian Purple #690459

Color information

#690459 (or 0x690459) is unknown color: approx Tyrian Purple. HEX triplet: 69, 04 and 59. RGB value is (105,4,89). Sum of RGB (Red+Green+Blue) = 105+4+89=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 4 (1.95% from 255 or 2.02% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #690459 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #690459 is #96FBA6. Grayscale: #2B2B2B. Windows color (decimal): -9894823 or 5833833. OLE color: 5833833.

HSL color Cylindrical-coordinate representation of color #690459: hue angle of 309.5º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #690459 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB105489-
CMYK00.960.150.59
HSL309.5º92.66%21.37%-
HSV(B)309.5º96.19%41.18%-
XYZ7.673.819.78-
YUV43.89153.46171.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.03%
GREEN value IS 4 (1.95% from 255) = 2.02%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=53.03%
G=2.02%
B=44.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10548900.960.150.59309.592.6621.37
Hex69459060F3B1365d15
Octal15141310140177346613525
Binary11010011001011001011000001111111011100110110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690459; }

 p { color: rgb(105,4,89); }

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

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

 a { background-color: rgb(105,4,89); }

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

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

 span { border-color: rgb(105,4,89); }

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