Html Css Color HEX #5B0A45 Tyrian Purple

📋 copy color: '#5B0A45'

red 91 ◦ green 10 ◦ blue 69

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

Shades of Tyrian Purple #5B0A45

Tints of Tyrian Purple #5B0A45

RGB

 RED value IS 91 (35.94% from 255) = 53.53%

 GREEN value IS 10 (4.3% from 255) = 5.88%

 BLUE value IS 69 (27.34% from 255) = 40.59%

R = 53.53%
G = 5.88%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.64

RGB Variations

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

Color information

#5B0A45 (or 0x5B0A45) is known color: Tyrian Purple. HEX triplet: 5B, 0A and 45. RGB value is (91,10,69). Sum of RGB (Red+Green+Blue) = 91+10+69=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 10 (4.30% from 255 or 5.88% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0A45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0A45 is #A4F5BA. Grayscale: #282828. Windows color (decimal): -10810811 or 4524635. OLE color: 4524635.

HSL color Cylindrical-coordinate representation of color #5B0A45: hue angle of 316.3º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B0A45 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 10 69 -
CMYK 0 0.89 0.24 0.64
HSL 316.3º 0.8% 0.2% -
HSV(B) 316.3º 0.89% 0.36% -
XYZ 5.5 2.87 5.89 -
YUV 40.95 143.84 163.7 -
System Red Green Blue C M Y K H S L
Decimal 91 10 69 0 0.89 0.24 0.64 316.3 0.8 0.2
Hex 5B A 45 0 59 18 40 13C 50 14
Octal 133 12 105 0 131 30 100 474 120 24
Binary 1011011 1010 1000101 0 1011001 11000 1000000 100111100 1010000 10100

Color Harmonies of #5B0A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0A45

Black with #5B0A45

Text Example


Text Example

White with #5B0A45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,10,69); }

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

background-color css

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

 a { background-color: rgb(91,10,69); }

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

border-color css

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

 span { border-color: rgb(91,10,69); }

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