#5A0643

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

Shades of Tyrian Purple #5A0643

Tints of Tyrian Purple #5A0643

Color information

#5A0643 (or 0x5A0643) is unknown color: approx Tyrian Purple. HEX triplet: 5A, 06 and 43. RGB value is (90,6,67). Sum of RGB (Red+Green+Blue) = 90+6+67=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 67 (26.56% from 255 or 41.10% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0643 is #A5F9BC. Grayscale: #252525. Windows color (decimal): -10877373 or 4392538. OLE color: 4392538.

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

Color convert

RGB90667-
CMYK00.930.260.65
HSL316.43º87.5%18.82%-
HSV(B)316.43º93.33%35.29%-
XYZ5.292.715.55-
YUV38.07144.33165.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.21%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 67 (26.56% from 255) = 41.10%
R=55.21%
G=3.68%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal9066700.930.260.65316.4387.518.82
Hex5A64305D1A4113c5813
Octal132610301353210147413023
Binary1011010110100001101011101110101000001100111100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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