Html Css Color HEX #5A0553 Tyrian Purple

📋 copy color: '#5A0553'

red 90 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #5A0553

Tints of Tyrian Purple #5A0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.81%

 BLUE value IS 83 (32.81% from 255) = 46.63%

R = 50.56%
G = 2.81%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#5A0553 (or 0x5A0553) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 53. RGB value is (90,5,83). Sum of RGB (Red+Green+Blue) = 90+5+83=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0553 is #A5FAAC. Grayscale: #272727. Windows color (decimal): -10877613 or 5440858. OLE color: 5440858.

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

Color convert

RGB 90 5 83 -
CMYK 0 0.94 0.08 0.65
HSL 304.94º 0.89% 0.19% -
HSV(B) 304.94º 0.94% 0.35% -
XYZ 5.83 2.91 8.44 -
YUV 39.31 152.66 164.16 -
System Red Green Blue C M Y K H S L
Decimal 90 5 83 0 0.94 0.08 0.65 304.94 0.89 0.19
Hex 5A 5 53 0 5E 8 41 131 59 13
Octal 132 5 123 0 136 10 101 461 131 23
Binary 1011010 101 1010011 0 1011110 1000 1000001 100110001 1011001 10011

Color Harmonies of #5A0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0553

Black with #5A0553

Text Example


Text Example

White with #5A0553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,83); }

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

background-color css

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

 a { background-color: rgb(90,5,83); }

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

border-color css

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

 span { border-color: rgb(90,5,83); }

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