Html Css Color HEX #5A133F Tyrian Purple

📋 copy color: '#5A133F'

red 90 ◦ green 19 ◦ blue 63

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

Shades of Tyrian Purple #5A133F

Tints of Tyrian Purple #5A133F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 36.63%

R = 52.33%
G = 11.05%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.30

 K value IS 0.65

RGB Variations

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

Color information

#5A133F (or 0x5A133F) is known color: Tyrian Purple. HEX triplet: 5A, 13 and 3F. RGB value is (90,19,63). Sum of RGB (Red+Green+Blue) = 90+19+63=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A133F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A133F is #A5ECC0. Grayscale: #2D2D2D. Windows color (decimal): -10874049 or 4133722. OLE color: 4133722.

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

Color convert

RGB 90 19 63 -
CMYK 0 0.79 0.30 0.65
HSL 322.82º 0.65% 0.21% -
HSV(B) 322.82º 0.79% 0.35% -
XYZ 5.35 3 5 -
YUV 45.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 90 19 63 0 0.79 0.30 0.65 322.82 0.65 0.21
Hex 5A 13 3F 0 4F 1E 41 143 41 15
Octal 132 23 77 0 117 36 101 503 101 25
Binary 1011010 10011 111111 0 1001111 11110 1000001 101000011 1000001 10101

Color Harmonies of #5A133F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A133F

Black with #5A133F

Text Example


Text Example

White with #5A133F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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