Html Css Color HEX #5A0525 Tyrian Purple

📋 copy color: '#5A0525'

red 90 ◦ green 5 ◦ blue 37

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

Shades of Tyrian Purple #5A0525

Tints of Tyrian Purple #5A0525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 28.03%

R = 68.18%
G = 3.79%
B = 28.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.59

 K value IS 0.65

RGB Variations

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

Color information

#5A0525 (or 0x5A0525) is known color: Tyrian Purple. HEX triplet: 5A, 05 and 25. RGB value is (90,5,37). Sum of RGB (Red+Green+Blue) = 90+5+37=132 (17% of max value = 765). Red value is 90 (35.55% from 255 or 68.18% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 37 (14.84% from 255 or 28.03% from 132); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0525 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0525 is #A5FADA. Grayscale: #222222. Windows color (decimal): -10877659 or 2426202. OLE color: 2426202.

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

Color convert

RGB 90 5 37 -
CMYK 0 0.94 0.59 0.65
HSL 337.41º 0.89% 0.19% -
HSV(B) 337.41º 0.94% 0.35% -
XYZ 4.6 2.42 1.97 -
YUV 34.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 90 5 37 0 0.94 0.59 0.65 337.41 0.89 0.19
Hex 5A 5 25 0 5E 3B 41 151 59 13
Octal 132 5 45 0 136 73 101 521 131 23
Binary 1011010 101 100101 0 1011110 111011 1000001 101010001 1011001 10011

Color Harmonies of #5A0525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0525

Black with #5A0525

Text Example


Text Example

White with #5A0525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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