#5A024B

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

Shades of Tyrian Purple #5A024B

Tints of Tyrian Purple #5A024B

Color information

#5A024B (or 0x5A024B) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 02 and 4B. RGB value is (90,2,75). Sum of RGB (Red+Green+Blue) = 90+2+75=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A024B is #A5FDB4. Grayscale: #242424. Windows color (decimal): -10878389 or 4915802. OLE color: 4915802.

HSL color Cylindrical-coordinate representation of color #5A024B: hue angle of 310.23º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A024B is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB90275-
CMYK00.980.170.65
HSL310.23º95.65%18.04%-
HSV(B)310.23º97.78%35.29%-
XYZ5.512.736.89-
YUV36.63149.65166.06-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.89%
GREEN value IS 2 (1.17% from 255) = 1.20%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=53.89%
G=1.20%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9027500.980.170.65310.2395.6518.04
Hex5A24B06211411366012
Octal132211301422110146614022
Binary101101010100101101100010100011000001100110110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,2,75); }

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

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

 a { background-color: rgb(90,2,75); }

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

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

 span { border-color: rgb(90,2,75); }

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