Html Css Color HEX #5B054A Tyrian Purple

📋 copy color: '#5B054A'

red 91 ◦ green 5 ◦ blue 74

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

Shades of Tyrian Purple #5B054A

Tints of Tyrian Purple #5B054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 74 (29.3% from 255) = 43.53%

R = 53.53%
G = 2.94%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B054A (or 0x5B054A) is known color: Tyrian Purple. HEX triplet: 5B, 05 and 4A. RGB value is (91,5,74). Sum of RGB (Red+Green+Blue) = 91+5+74=170 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.53% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 74 (29.30% from 255 or 43.53% from 170); Max value from RGB is 91 - color contains mainly: red. Hex color #5B054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B054A is #A4FAB5. Grayscale: #262626. Windows color (decimal): -10812086 or 4851035. OLE color: 4851035.

HSL color Cylindrical-coordinate representation of color #5B054A: hue angle of 311.86º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B054A is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 5 74 -
CMYK 0 0.95 0.19 0.64
HSL 311.86º 0.9% 0.19% -
HSV(B) 311.86º 0.95% 0.36% -
XYZ 5.6 2.83 6.73 -
YUV 38.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 91 5 74 0 0.95 0.19 0.64 311.86 0.9 0.19
Hex 5B 5 4A 0 5F 13 40 138 5A 13
Octal 133 5 112 0 137 23 100 470 132 23
Binary 1011011 101 1001010 0 1011111 10011 1000000 100111000 1011010 10011

Color Harmonies of #5B054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B054A

Black with #5B054A

Text Example


Text Example

White with #5B054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,74); }

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

background-color css

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

 a { background-color: rgb(91,5,74); }

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

border-color css

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

 span { border-color: rgb(91,5,74); }

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