#5A0F43

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

Shades of Tyrian Purple #5A0F43

Tints of Tyrian Purple #5A0F43

Color information

#5A0F43 (or 0x5A0F43) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 0F and 43. RGB value is (90,15,67). Sum of RGB (Red+Green+Blue) = 90+15+67=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 15 (6.25% from 255 or 8.72% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F43 is #A5F0BC. Grayscale: #2B2B2B. Windows color (decimal): -10875069 or 4394842. OLE color: 4394842.

HSL color Cylindrical-coordinate representation of color #5A0F43: hue angle of 318.4º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A0F43 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB901567-
CMYK00.830.260.65
HSL318.4º71.43%20.59%-
HSV(B)318.4º83.33%35.29%-
XYZ5.42.925.59-
YUV43.35141.35161.27-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 52.33%
GREEN value IS 15 (6.25% from 255) = 8.72%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=52.33%
G=8.72%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90156700.830.260.65318.471.4320.59
Hex5AF430531A4113e4715
Octal1321710301233210147610725
Binary10110101111100001101010011110101000001100111110100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,15,67); }

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

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

 a { background-color: rgb(90,15,67); }

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

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

 span { border-color: rgb(90,15,67); }

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