#5A073D

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

Shades of Tyrian Purple #5A073D

Tints of Tyrian Purple #5A073D

Color information

#5A073D (or 0x5A073D) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 07 and 3D. RGB value is (90,7,61). Sum of RGB (Red+Green+Blue) = 90+7+61=158 (20% of max value = 765). Red value is 90 (35.55% from 255 or 56.96% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 90 - color contains mainly: red. Hex color #5A073D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A073D is #A5F8C2. Grayscale: #252525. Windows color (decimal): -10877123 or 3999578. OLE color: 3999578.

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

Color convert

RGB90761-
CMYK00.920.320.65
HSL320.96º85.57%19.02%-
HSV(B)320.96º92.22%35.29%-
XYZ5.132.664.66-
YUV37.97141165.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.96%
GREEN value IS 7 (3.12% from 255) = 4.43%
BLUE value IS 61 (24.22% from 255) = 38.61%
R=56.96%
G=4.43%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9076100.920.320.65320.9685.5719.02
Hex5A73D05C20411415613
Octal13277501344010150112623
Binary1011010111111101010111001000001000001101000001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A073D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,7,61); }

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

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

 a { background-color: rgb(90,7,61); }

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

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

 span { border-color: rgb(90,7,61); }

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