Html Css Color HEX #5B0B42 Tyrian Purple

📋 copy color: '#5B0B42'

red 91 ◦ green 11 ◦ blue 66

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

Shades of Tyrian Purple #5B0B42

Tints of Tyrian Purple #5B0B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 39.29%

R = 54.17%
G = 6.55%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.64

RGB Variations

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

Color information

#5B0B42 (or 0x5B0B42) is known color: Tyrian Purple. HEX triplet: 5B, 0B and 42. RGB value is (91,11,66). Sum of RGB (Red+Green+Blue) = 91+11+66=168 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.17% from 168); Green value is 11 (4.69% from 255 or 6.55% from 168); Blue value is 66 (26.17% from 255 or 39.29% from 168); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0B42 is #A4F4BD. Grayscale: #292929. Windows color (decimal): -10810558 or 4328283. OLE color: 4328283.

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

Color convert

RGB 91 11 66 -
CMYK 0 0.88 0.27 0.64
HSL 318.75º 0.78% 0.2% -
HSV(B) 318.75º 0.88% 0.36% -
XYZ 5.42 2.86 5.42 -
YUV 41.19 142 163.53 -
System Red Green Blue C M Y K H S L
Decimal 91 11 66 0 0.88 0.27 0.64 318.75 0.78 0.2
Hex 5B B 42 0 58 1B 40 13F 4E 14
Octal 133 13 102 0 130 33 100 477 116 24
Binary 1011011 1011 1000010 0 1011000 11011 1000000 100111111 1001110 10100

Color Harmonies of #5B0B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B42

Black with #5B0B42

Text Example


Text Example

White with #5B0B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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