#5A0730

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

Shades of Tyrian Purple #5A0730

Tints of Tyrian Purple #5A0730

Color information

#5A0730 (or 0x5A0730) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 07 and 30. RGB value is (90,7,48). Sum of RGB (Red+Green+Blue) = 90+7+48=145 (19% of max value = 765). Red value is 90 (35.55% from 255 or 62.07% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0730 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0730 is #A5F8CF. Grayscale: #242424. Windows color (decimal): -10877136 or 3147610. OLE color: 3147610.

HSL color Cylindrical-coordinate representation of color #5A0730: hue angle of 330.36º 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 #5A0730 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB90748-
CMYK00.920.470.65
HSL330.36º85.57%19.02%-
HSV(B)330.36º92.22%35.29%-
XYZ4.832.543.03-
YUV36.49134.5166.17-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 62.07%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=62.07%
G=4.83%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9074800.920.470.65330.3685.5719.02
Hex5A73005C2F4114a5613
Octal13276001345710151212623
Binary1011010111110000010111001011111000001101001010101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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