Html Css Color HEX #5B022B Tyrian Purple

📋 copy color: '#5B022B'

red 91 ◦ green 2 ◦ blue 43

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

Shades of Tyrian Purple #5B022B

Tints of Tyrian Purple #5B022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.47%

 BLUE value IS 43 (17.19% from 255) = 31.62%

R = 66.91%
G = 1.47%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5B022B (or 0x5B022B) is known color: Tyrian Purple. HEX triplet: 5B, 02 and 2B. RGB value is (91,2,43). Sum of RGB (Red+Green+Blue) = 91+2+43=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 43 (17.19% from 255 or 31.62% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B022B is #A4FDD4. Grayscale: #212121. Windows color (decimal): -10812885 or 2818651. OLE color: 2818651.

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

Color convert

RGB 91 2 43 -
CMYK 0 0.98 0.53 0.64
HSL 332.36º 0.96% 0.18% -
HSV(B) 332.36º 0.98% 0.36% -
XYZ 4.77 2.44 2.51 -
YUV 33.29 133.49 169.17 -
System Red Green Blue C M Y K H S L
Decimal 91 2 43 0 0.98 0.53 0.64 332.36 0.96 0.18
Hex 5B 2 2B 0 62 35 40 14C 60 12
Octal 133 2 53 0 142 65 100 514 140 22
Binary 1011011 10 101011 0 1100010 110101 1000000 101001100 1100000 10010

Color Harmonies of #5B022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B022B

Black with #5B022B

Text Example


Text Example

White with #5B022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,2,43); }

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

background-color css

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

 a { background-color: rgb(91,2,43); }

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

border-color css

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

 span { border-color: rgb(91,2,43); }

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