Html Css Color HEX #5A0A29 Tyrian Purple

📋 copy color: '#5A0A29'

red 90 ◦ green 10 ◦ blue 41

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

Shades of Tyrian Purple #5A0A29

Tints of Tyrian Purple #5A0A29

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.09%

 BLUE value IS 41 (16.41% from 255) = 29.08%

R = 63.83%
G = 7.09%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.65

RGB Variations

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

Color information

#5A0A29 (or 0x5A0A29) is known color: Tyrian Purple. HEX triplet: 5A, 0A and 29. RGB value is (90,10,41). Sum of RGB (Red+Green+Blue) = 90+10+41=141 (18% of max value = 765). Red value is 90 (35.55% from 255 or 63.83% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 41 (16.41% from 255 or 29.08% from 141); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0A29 is #A5F5D6. Grayscale: #252525. Windows color (decimal): -10876375 or 2689626. OLE color: 2689626.

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

Color convert

RGB 90 10 41 -
CMYK 0 0.89 0.54 0.65
HSL 336.75º 0.8% 0.2% -
HSV(B) 336.75º 0.89% 0.35% -
XYZ 4.73 2.55 2.34 -
YUV 37.45 130 165.48 -
System Red Green Blue C M Y K H S L
Decimal 90 10 41 0 0.89 0.54 0.65 336.75 0.8 0.2
Hex 5A A 29 0 59 36 41 151 50 14
Octal 132 12 51 0 131 66 101 521 120 24
Binary 1011010 1010 101001 0 1011001 110110 1000001 101010001 1010000 10100

Color Harmonies of #5A0A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0A29

Black with #5A0A29

Text Example


Text Example

White with #5A0A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,10,41); }

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

background-color css

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

 a { background-color: rgb(90,10,41); }

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

border-color css

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

 span { border-color: rgb(90,10,41); }

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