#690139

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

Shades of Tyrian Purple #690139

Tints of Tyrian Purple #690139

Color information

#690139 (or 0x690139) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 39. RGB value is (105,1,57). Sum of RGB (Red+Green+Blue) = 105+1+57=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690139 is #96FEC6. Grayscale: #262626. Windows color (decimal): -9895623 or 3735913. OLE color: 3735913.

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

Color convert

RGB105157-
CMYK00.990.460.59
HSL327.69º98.11%20.78%-
HSV(B)327.69º99.05%41.18%-
XYZ6.583.324.17-
YUV38.48138.46175.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 57 (22.66% from 255) = 34.97%
R=64.42%
G=0.61%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10515700.990.460.59327.6998.1120.78
Hex691390632E3B1486215
Octal1511710143567351014225
Binary1101001111100101100011101110111011101001000110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690139; }

 p { color: rgb(105,1,57); }

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

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

 a { background-color: rgb(105,1,57); }

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

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

 span { border-color: rgb(105,1,57); }

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