#5A0929

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

Shades of Tyrian Purple #5A0929

Tints of Tyrian Purple #5A0929

Color information

#5A0929 (or 0x5A0929) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 09 and 29. RGB value is (90,9,41). Sum of RGB (Red+Green+Blue) = 90+9+41=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 41 (16.41% from 255 or 29.29% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0929 is #A5F6D6. Grayscale: #242424. Windows color (decimal): -10876631 or 2689370. OLE color: 2689370.

HSL color Cylindrical-coordinate representation of color #5A0929: hue angle of 336.3º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A0929 is Cyan = 0, Magento = 0.9, Yellow = 0.54 and Black (K on CMYK) = 0.65.

Color convert

RGB90941-
CMYK00.90.540.65
HSL336.3º81.82%19.41%-
HSV(B)336.3º90%35.29%-
XYZ4.712.532.34-
YUV36.87130.34165.9-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.29%
GREEN value IS 9 (3.91% from 255) = 6.43%
BLUE value IS 41 (16.41% from 255) = 29.29%
R=64.29%
G=6.43%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.54
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9094100.90.540.65336.381.8219.41
Hex5A92905A36411505213
Octal132115101326610152012223
Binary10110101001101001010110101101101000001101010000101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A0929; }

 p { color: rgb(90,9,41); }

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

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

 a { background-color: rgb(90,9,41); }

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

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

 span { border-color: rgb(90,9,41); }

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