Html Css Color HEX #5A013A Tyrian Purple

📋 copy color: '#5A013A'

red 90 ◦ green 1 ◦ blue 58

#5A013A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #5A013A

Tints of Tyrian Purple #5A013A

RGB

 RED value IS 90 (35.55% from 255) = 60.4%

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 58 (23.05% from 255) = 38.93%

R = 60.4%
G = 0.67%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.65

RGB Variations

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

Color information

#5A013A (or 0x5A013A) is known color: Tyrian Purple. HEX triplet: 5A, 01 and 3A. RGB value is (90,1,58). Sum of RGB (Red+Green+Blue) = 90+1+58=149 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.40% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 90 - color contains mainly: red. Hex color #5A013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A013A is #A5FEC5. Grayscale: #212121. Windows color (decimal): -10878662 or 3801434. OLE color: 3801434.

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

Color convert

RGB 90 1 58 -
CMYK 0 0.99 0.36 0.65
HSL 321.57º 0.98% 0.18% -
HSV(B) 321.57º 0.99% 0.35% -
XYZ 4.99 2.5 4.22 -
YUV 34.11 141.49 167.87 -
System Red Green Blue C M Y K H S L
Decimal 90 1 58 0 0.99 0.36 0.65 321.57 0.98 0.18
Hex 5A 1 3A 0 63 24 41 142 62 12
Octal 132 1 72 0 143 44 101 502 142 22
Binary 1011010 1 111010 0 1100011 100100 1000001 101000010 1100010 10010

Color Harmonies of #5A013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A013A

Black with #5A013A

Text Example


Text Example

White with #5A013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,1,58); }

 H1.HeaderClassName
 {
   color: #5A013A;
 }
 .AnyTagClassName
 {
   color: #5A013A;
 }
</style>

background-color css

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

 a { background-color: rgb(90,1,58); }

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

border-color css

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

 span { border-color: rgb(90,1,58); }

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