#690131

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

Shades of Tyrian Purple #690131

Tints of Tyrian Purple #690131

Color information

#690131 (or 0x690131) is unknown color: approx Tyrian Purple. HEX triplet: 69, 01 and 31. RGB value is (105,1,49). Sum of RGB (Red+Green+Blue) = 105+1+49=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 49 (19.53% from 255 or 31.61% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #690131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690131 is #96FECE. Grayscale: #252525. Windows color (decimal): -9895631 or 3211625. OLE color: 3211625.

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

Color convert

RGB105149-
CMYK00.990.530.59
HSL332.31º98.11%20.78%-
HSV(B)332.31º99.05%41.18%-
XYZ6.393.253.2-
YUV37.57134.46176.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.74%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 49 (19.53% from 255) = 31.61%
R=67.74%
G=0.65%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.53
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10514900.990.530.59332.3198.1120.78
Hex69131063353B14c6215
Octal1511610143657351414225
Binary1101001111000101100011110101111011101001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690131; }

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

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

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

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

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

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

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

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