Html Css Color HEX #5A0039 Tyrian Purple

📋 copy color: '#5A0039'

red 90 ◦ green 0 ◦ blue 57

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

Shades of Tyrian Purple #5A0039

Tints of Tyrian Purple #5A0039

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 61.22%
G = 0%
B = 38.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A0039 (or 0x5A0039) is known color: Tyrian Purple. HEX triplet: 5A, 00 and 39. RGB value is (90,0,57). Sum of RGB (Red+Green+Blue) = 90+0+57=147 (19% of max value = 765). Red value is 90 (35.55% from 255 or 61.22% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0039 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0039 is #A5FFC6. Grayscale: #212121. Windows color (decimal): -10878919 or 3735642. OLE color: 3735642.

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

Color convert

RGB 90 0 57 -
CMYK 0 1 0.37 0.65
HSL 322º 1% 0.18% -
HSV(B) 322º 1% 0.35% -
XYZ 4.95 2.47 4.09 -
YUV 33.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 90 0 57 0 1 0.37 0.65 322 1 0.18
Hex 5A 0 39 0 64 25 41 142 64 12
Octal 132 0 71 0 144 45 101 502 144 22
Binary 1011010 0 111001 0 1100100 100101 1000001 101000010 1100100 10010

Color Harmonies of #5A0039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0039

Black with #5A0039

Text Example


Text Example

White with #5A0039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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