Html Css Color HEX #5B0133 Tyrian Purple

📋 copy color: '#5B0133'

red 91 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #5B0133

Tints of Tyrian Purple #5B0133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 35.66%

R = 63.64%
G = 0.7%
B = 35.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#5B0133 (or 0x5B0133) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 33. RGB value is (91,1,51). Sum of RGB (Red+Green+Blue) = 91+1+51=143 (18% of max value = 765). Red value is 91 (35.94% from 255 or 63.64% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0133 is #A4FECC. Grayscale: #212121. Windows color (decimal): -10813133 or 3342683. OLE color: 3342683.

HSL color Cylindrical-coordinate representation of color #5B0133: hue angle of 326.67º 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 #5B0133 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 1 51 -
CMYK 0 0.99 0.44 0.64
HSL 326.67º 0.98% 0.18% -
HSV(B) 326.67º 0.99% 0.36% -
XYZ 4.92 2.48 3.35 -
YUV 33.61 137.82 168.93 -
System Red Green Blue C M Y K H S L
Decimal 91 1 51 0 0.99 0.44 0.64 326.67 0.98 0.18
Hex 5B 1 33 0 63 2C 40 147 62 12
Octal 133 1 63 0 143 54 100 507 142 22
Binary 1011011 1 110011 0 1100011 101100 1000000 101000111 1100010 10010

Color Harmonies of #5B0133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0133

Black with #5B0133

Text Example


Text Example

White with #5B0133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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