Html Css Color HEX #5A1240 Tyrian Purple

📋 copy color: '#5A1240'

red 90 ◦ green 18 ◦ blue 64

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

Shades of Tyrian Purple #5A1240

Tints of Tyrian Purple #5A1240

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.47%

 BLUE value IS 64 (25.39% from 255) = 37.21%

R = 52.33%
G = 10.47%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#5A1240 (or 0x5A1240) is known color: Tyrian Purple. HEX triplet: 5A, 12 and 40. RGB value is (90,18,64). Sum of RGB (Red+Green+Blue) = 90+18+64=172 (22% of max value = 765). Red value is 90 (35.55% from 255 or 52.33% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1240 is #A5EDBF. Grayscale: #2C2C2C. Windows color (decimal): -10874304 or 4199002. OLE color: 4199002.

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

Color convert

RGB 90 18 64 -
CMYK 0 0.80 0.29 0.65
HSL 321.67º 0.67% 0.21% -
HSV(B) 321.67º 0.8% 0.35% -
XYZ 5.36 2.98 5.14 -
YUV 44.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 90 18 64 0 0.80 0.29 0.65 321.67 0.67 0.21
Hex 5A 12 40 0 50 1D 41 142 43 15
Octal 132 22 100 0 120 35 101 502 103 25
Binary 1011010 10010 1000000 0 1010000 11101 1000001 101000010 1000011 10101

Color Harmonies of #5A1240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1240

Black with #5A1240

Text Example


Text Example

White with #5A1240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,18,64); }

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

background-color css

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

 a { background-color: rgb(90,18,64); }

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

border-color css

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

 span { border-color: rgb(90,18,64); }

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