Html Css Color HEX #5A1438 Tyrian Purple

📋 copy color: '#5A1438'

red 90 ◦ green 20 ◦ blue 56

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

Shades of Tyrian Purple #5A1438

Tints of Tyrian Purple #5A1438

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.05%

 BLUE value IS 56 (22.27% from 255) = 33.73%

R = 54.22%
G = 12.05%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.65

RGB Variations

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

Color information

#5A1438 (or 0x5A1438) is known color: Tyrian Purple. HEX triplet: 5A, 14 and 38. RGB value is (90,20,56). Sum of RGB (Red+Green+Blue) = 90+20+56=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1438 is #A5EBC7. Grayscale: #2C2C2C. Windows color (decimal): -10873800 or 3675226. OLE color: 3675226.

HSL color Cylindrical-coordinate representation of color #5A1438: hue angle of 329.14º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A1438 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 20 56 -
CMYK 0 0.78 0.38 0.65
HSL 329.14º 0.64% 0.22% -
HSV(B) 329.14º 0.78% 0.35% -
XYZ 5.18 2.96 4.04 -
YUV 45.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 90 20 56 0 0.78 0.38 0.65 329.14 0.64 0.22
Hex 5A 14 38 0 4E 26 41 149 40 16
Octal 132 24 70 0 116 46 101 511 100 26
Binary 1011010 10100 111000 0 1001110 100110 1000001 101001001 1000000 10110

Color Harmonies of #5A1438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1438

Black with #5A1438

Text Example


Text Example

White with #5A1438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,20,56); }

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

background-color css

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

 a { background-color: rgb(90,20,56); }

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

border-color css

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

 span { border-color: rgb(90,20,56); }

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