Html Css Color HEX #5A133C Tyrian Purple

📋 copy color: '#5A133C'

red 90 ◦ green 19 ◦ blue 60

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

Shades of Tyrian Purple #5A133C

Tints of Tyrian Purple #5A133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.24%

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 53.25%
G = 11.24%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.65

RGB Variations

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

Color information

#5A133C (or 0x5A133C) is known color: Tyrian Purple. HEX triplet: 5A, 13 and 3C. RGB value is (90,19,60). Sum of RGB (Red+Green+Blue) = 90+19+60=169 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.25% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 90 - color contains mainly: red. Hex color #5A133C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A133C is #A5ECC3. Grayscale: #2C2C2C. Windows color (decimal): -10874052 or 3937114. OLE color: 3937114.

HSL color Cylindrical-coordinate representation of color #5A133C: hue angle of 325.35º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A133C is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 19 60 -
CMYK 0 0.79 0.33 0.65
HSL 325.35º 0.65% 0.21% -
HSV(B) 325.35º 0.79% 0.35% -
XYZ 5.26 2.97 4.57 -
YUV 44.9 136.52 160.17 -
System Red Green Blue C M Y K H S L
Decimal 90 19 60 0 0.79 0.33 0.65 325.35 0.65 0.21
Hex 5A 13 3C 0 4F 21 41 145 41 15
Octal 132 23 74 0 117 41 101 505 101 25
Binary 1011010 10011 111100 0 1001111 100001 1000001 101000101 1000001 10101

Color Harmonies of #5A133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A133C

Black with #5A133C

Text Example


Text Example

White with #5A133C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,19,60); }

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

background-color css

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

 a { background-color: rgb(90,19,60); }

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

border-color css

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

 span { border-color: rgb(90,19,60); }

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