Html Css Color HEX #5A0B41 Tyrian Purple

📋 copy color: '#5A0B41'

red 90 ◦ green 11 ◦ blue 65

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

Shades of Tyrian Purple #5A0B41

Tints of Tyrian Purple #5A0B41

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.63%

 BLUE value IS 65 (25.78% from 255) = 39.16%

R = 54.22%
G = 6.63%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.65

RGB Variations

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

Color information

#5A0B41 (or 0x5A0B41) is known color: Tyrian Purple. HEX triplet: 5A, 0B and 41. RGB value is (90,11,65). Sum of RGB (Red+Green+Blue) = 90+11+65=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 65 (25.78% from 255 or 39.16% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A0B41 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A0B41 is #A5F4BE. Grayscale: #282828. Windows color (decimal): -10876095 or 4262746. OLE color: 4262746.

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

Color convert

RGB 90 11 65 -
CMYK 0 0.88 0.28 0.65
HSL 318.99º 0.78% 0.2% -
HSV(B) 318.99º 0.88% 0.35% -
XYZ 5.29 2.79 5.26 -
YUV 40.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 90 11 65 0 0.88 0.28 0.65 318.99 0.78 0.2
Hex 5A B 41 0 58 1C 41 13F 4E 14
Octal 132 13 101 0 130 34 101 477 116 24
Binary 1011010 1011 1000001 0 1011000 11100 1000001 100111111 1001110 10100

Color Harmonies of #5A0B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0B41

Black with #5A0B41

Text Example


Text Example

White with #5A0B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,11,65); }

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

background-color css

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

 a { background-color: rgb(90,11,65); }

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

border-color css

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

 span { border-color: rgb(90,11,65); }

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