#690149

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

Shades of Tyrian Purple #690149

Tints of Tyrian Purple #690149

Color information

#690149 (or 0x690149) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 49. RGB value is (105,1,73). Sum of RGB (Red+Green+Blue) = 105+1+73=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 73 (28.91% from 255 or 40.78% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #690149 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690149 is #96FEB6. Grayscale: #282828. Windows color (decimal): -9895607 or 4784489. OLE color: 4784489.

HSL color Cylindrical-coordinate representation of color #690149: hue angle of 318.46º 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 #690149 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB105173-
CMYK00.990.300.59
HSL318.46º98.11%20.78%-
HSV(B)318.46º99.05%41.18%-
XYZ7.043.516.61-
YUV40.3146.46174.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 73 (28.91% from 255) = 40.78%
R=58.66%
G=0.56%
B=40.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10517300.990.300.59318.4698.1120.78
Hex691490631E3B13e6215
Octal15111110143367347614225
Binary1101001110010010110001111110111011100111110110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690149; }

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

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

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

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

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

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

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

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