Html Css Color HEX #5A0F39 Tyrian Purple

📋 copy color: '#5A0F39'

red 90 ◦ green 15 ◦ blue 57

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

Shades of Tyrian Purple #5A0F39

Tints of Tyrian Purple #5A0F39

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.26%

 BLUE value IS 57 (22.66% from 255) = 35.19%

R = 55.56%
G = 9.26%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A0F39 (or 0x5A0F39) is known color: Tyrian Purple. HEX triplet: 5A, 0F and 39. RGB value is (90,15,57). Sum of RGB (Red+Green+Blue) = 90+15+57=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0F39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0F39 is #A5F0C6. Grayscale: #2A2A2A. Windows color (decimal): -10875079 or 3739482. OLE color: 3739482.

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

Color convert

RGB 90 15 57 -
CMYK 0 0.83 0.37 0.65
HSL 326.4º 0.71% 0.21% -
HSV(B) 326.4º 0.83% 0.35% -
XYZ 5.13 2.81 4.14 -
YUV 42.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 90 15 57 0 0.83 0.37 0.65 326.4 0.71 0.21
Hex 5A F 39 0 53 25 41 146 47 15
Octal 132 17 71 0 123 45 101 506 107 25
Binary 1011010 1111 111001 0 1010011 100101 1000001 101000110 1000111 10101

Color Harmonies of #5A0F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0F39

Black with #5A0F39

Text Example


Text Example

White with #5A0F39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,15,57); }

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

background-color css

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

 a { background-color: rgb(90,15,57); }

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

border-color css

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

 span { border-color: rgb(90,15,57); }

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