#5A0828

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

Shades of Tyrian Purple #5A0828

Tints of Tyrian Purple #5A0828

Color information

#5A0828 (or 0x5A0828) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 08 and 28. RGB value is (90,8,40). Sum of RGB (Red+Green+Blue) = 90+8+40=138 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.22% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 40 (16.02% from 255 or 28.99% from 138); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0828 is #A5F7D7. Grayscale: #242424. Windows color (decimal): -10876888 or 2623578. OLE color: 2623578.

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

Color convert

RGB90840-
CMYK00.910.560.65
HSL336.59º83.67%19.22%-
HSV(B)336.59º91.11%35.29%-
XYZ4.692.52.24-
YUV36.17130.17166.4-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 65.22%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 40 (16.02% from 255) = 28.99%
R=65.22%
G=5.80%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9084000.910.560.65336.5983.6719.22
Hex5A82805B38411515413
Octal132105001337010152112423
Binary10110101000101000010110111110001000001101010001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,8,40); }

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

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

 a { background-color: rgb(90,8,40); }

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

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

 span { border-color: rgb(90,8,40); }

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