Html Css Color HEX #5A0339 Tyrian Purple

📋 copy color: '#5A0339'

red 90 ◦ green 3 ◦ blue 57

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

Shades of Tyrian Purple #5A0339

Tints of Tyrian Purple #5A0339

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 60%
G = 2%
B = 38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A0339 (or 0x5A0339) is known color: Tyrian Purple. HEX triplet: 5A, 03 and 39. RGB value is (90,3,57). Sum of RGB (Red+Green+Blue) = 90+3+57=150 (19% of max value = 765). Red value is 90 (35.55% from 255 or 60% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0339 is #A5FCC6. Grayscale: #232323. Windows color (decimal): -10878151 or 3736410. OLE color: 3736410.

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

Color convert

RGB 90 3 57 -
CMYK 0 0.97 0.37 0.65
HSL 322.76º 0.94% 0.18% -
HSV(B) 322.76º 0.97% 0.35% -
XYZ 4.99 2.53 4.1 -
YUV 35.17 140.32 167.11 -
System Red Green Blue C M Y K H S L
Decimal 90 3 57 0 0.97 0.37 0.65 322.76 0.94 0.18
Hex 5A 3 39 0 61 25 41 143 5E 12
Octal 132 3 71 0 141 45 101 503 136 22
Binary 1011010 11 111001 0 1100001 100101 1000001 101000011 1011110 10010

Color Harmonies of #5A0339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0339

Black with #5A0339

Text Example


Text Example

White with #5A0339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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