Html Css Color HEX #5B0B43 Tyrian Purple

📋 copy color: '#5B0B43'

red 91 ◦ green 11 ◦ blue 67

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

Shades of Tyrian Purple #5B0B43

Tints of Tyrian Purple #5B0B43

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.51%

 BLUE value IS 67 (26.56% from 255) = 39.64%

R = 53.85%
G = 6.51%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.64

RGB Variations

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

Color information

#5B0B43 (or 0x5B0B43) is known color: Tyrian Purple. HEX triplet: 5B, 0B and 43. RGB value is (91,11,67). Sum of RGB (Red+Green+Blue) = 91+11+67=169 (22% of max value = 765). Red value is 91 (35.94% from 255 or 53.85% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 67 (26.56% from 255 or 39.64% from 169); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0B43 is #A4F4BC. Grayscale: #292929. Windows color (decimal): -10810557 or 4393819. OLE color: 4393819.

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

Color convert

RGB 91 11 67 -
CMYK 0 0.88 0.26 0.64
HSL 318º 0.78% 0.2% -
HSV(B) 318º 0.88% 0.36% -
XYZ 5.45 2.87 5.58 -
YUV 41.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 91 11 67 0 0.88 0.26 0.64 318 0.78 0.2
Hex 5B B 43 0 58 1A 40 13E 4E 14
Octal 133 13 103 0 130 32 100 476 116 24
Binary 1011011 1011 1000011 0 1011000 11010 1000000 100111110 1001110 10100

Color Harmonies of #5B0B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B43

Black with #5B0B43

Text Example


Text Example

White with #5B0B43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,11,67); }

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

background-color css

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

 a { background-color: rgb(91,11,67); }

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

border-color css

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

 span { border-color: rgb(91,11,67); }

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