Html Css Color HEX #5A0535 Tyrian Purple

📋 copy color: '#5A0535'

red 90 ◦ green 5 ◦ blue 53

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

Shades of Tyrian Purple #5A0535

Tints of Tyrian Purple #5A0535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 35.81%

R = 60.81%
G = 3.38%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#5A0535 (or 0x5A0535) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 35. RGB value is (90,5,53). Sum of RGB (Red+Green+Blue) = 90+5+53=148 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60.81% from 148); Green value is 5 (2.34% from 255 or 3.38% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0535 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0535 is #A5FACA. Grayscale: #232323. Windows color (decimal): -10877643 or 3474778. OLE color: 3474778.

HSL color Cylindrical-coordinate representation of color #5A0535: hue angle of 326.12º 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 #5A0535 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 5 53 -
CMYK 0 0.94 0.41 0.65
HSL 326.12º 0.89% 0.19% -
HSV(B) 326.12º 0.94% 0.35% -
XYZ 4.91 2.54 3.6 -
YUV 35.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 90 5 53 0 0.94 0.41 0.65 326.12 0.89 0.19
Hex 5A 5 35 0 5E 29 41 146 59 13
Octal 132 5 65 0 136 51 101 506 131 23
Binary 1011010 101 110101 0 1011110 101001 1000001 101000110 1011001 10011

Color Harmonies of #5A0535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0535

Black with #5A0535

Text Example


Text Example

White with #5A0535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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