Html Css Color HEX #5B0134 Tyrian Purple

📋 copy color: '#5B0134'

red 91 ◦ green 1 ◦ blue 52

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

Shades of Tyrian Purple #5B0134

Tints of Tyrian Purple #5B0134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 52 (20.7% from 255) = 36.11%

R = 63.19%
G = 0.69%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.43

 K value IS 0.64

RGB Variations

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

Color information

#5B0134 (or 0x5B0134) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 34. RGB value is (91,1,52). Sum of RGB (Red+Green+Blue) = 91+1+52=144 (19% of max value = 765). Red value is 91 (35.94% from 255 or 63.19% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 52 (20.70% from 255 or 36.11% from 144); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0134 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0134 is #A4FECB. Grayscale: #212121. Windows color (decimal): -10813132 or 3408219. OLE color: 3408219.

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

Color convert

RGB 91 1 52 -
CMYK 0 0.99 0.43 0.64
HSL 326º 0.98% 0.18% -
HSV(B) 326º 0.99% 0.36% -
XYZ 4.95 2.49 3.47 -
YUV 33.72 138.32 168.85 -
System Red Green Blue C M Y K H S L
Decimal 91 1 52 0 0.99 0.43 0.64 326 0.98 0.18
Hex 5B 1 34 0 63 2B 40 146 62 12
Octal 133 1 64 0 143 53 100 506 142 22
Binary 1011011 1 110100 0 1100011 101011 1000000 101000110 1100010 10010

Color Harmonies of #5B0134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0134

Black with #5B0134

Text Example


Text Example

White with #5B0134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,1,52); }

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

background-color css

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

 a { background-color: rgb(91,1,52); }

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

border-color css

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

 span { border-color: rgb(91,1,52); }

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