Html Css Color HEX #5B004A Tyrian Purple

📋 copy color: '#5B004A'

red 91 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #5B004A

Tints of Tyrian Purple #5B004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.15%
G = 0%
B = 44.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B004A (or 0x5B004A) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 4A. RGB value is (91,0,74). Sum of RGB (Red+Green+Blue) = 91+0+74=165 (21% of max value = 765). Red value is 91 (35.94% from 255 or 55.15% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 74 (29.30% from 255 or 44.85% from 165); Max value from RGB is 91 - color contains mainly: red. Hex color #5B004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B004A is #A4FFB5. Grayscale: #232323. Windows color (decimal): -10813366 or 4849755. OLE color: 4849755.

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

Color convert

RGB 91 0 74 -
CMYK 0 1 0.19 0.64
HSL 311.21º 1% 0.18% -
HSV(B) 311.21º 1% 0.36% -
XYZ 5.55 2.72 6.71 -
YUV 35.65 149.65 167.48 -
System Red Green Blue C M Y K H S L
Decimal 91 0 74 0 1 0.19 0.64 311.21 1 0.18
Hex 5B 0 4A 0 64 13 40 137 64 12
Octal 133 0 112 0 144 23 100 467 144 22
Binary 1011011 0 1001010 0 1100100 10011 1000000 100110111 1100100 10010

Color Harmonies of #5B004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B004A

Black with #5B004A

Text Example


Text Example

White with #5B004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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