Html Css Color HEX #5A0C39 Tyrian Purple

📋 copy color: '#5A0C39'

red 90 ◦ green 12 ◦ blue 57

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

Shades of Tyrian Purple #5A0C39

Tints of Tyrian Purple #5A0C39

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.55%

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

R = 56.6%
G = 7.55%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#5A0C39 (or 0x5A0C39) is known color: Tyrian Purple. HEX triplet: 5A, 0C and 39. RGB value is (90,12,57). Sum of RGB (Red+Green+Blue) = 90+12+57=159 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.60% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 57 (22.66% from 255 or 35.85% from 159); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0C39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0C39 is #A5F3C6. Grayscale: #282828. Windows color (decimal): -10875847 or 3738714. OLE color: 3738714.

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

Color convert

RGB 90 12 57 -
CMYK 0 0.87 0.37 0.65
HSL 325.38º 0.76% 0.2% -
HSV(B) 325.38º 0.87% 0.35% -
XYZ 5.09 2.73 4.13 -
YUV 40.45 137.34 163.34 -
System Red Green Blue C M Y K H S L
Decimal 90 12 57 0 0.87 0.37 0.65 325.38 0.76 0.2
Hex 5A C 39 0 57 25 41 145 4C 14
Octal 132 14 71 0 127 45 101 505 114 24
Binary 1011010 1100 111001 0 1010111 100101 1000001 101000101 1001100 10100

Color Harmonies of #5A0C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0C39

Black with #5A0C39

Text Example


Text Example

White with #5A0C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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