Html Css Color HEX #5B033E Tyrian Purple

📋 copy color: '#5B033E'

red 91 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #5B033E

Tints of Tyrian Purple #5B033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

 BLUE value IS 62 (24.61% from 255) = 39.74%

R = 58.33%
G = 1.92%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5B033E (or 0x5B033E) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 3E. RGB value is (91,3,62). Sum of RGB (Red+Green+Blue) = 91+3+62=156 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.33% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 91 - color contains mainly: red. Hex color #5B033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B033E is #A4FCC1. Grayscale: #232323. Windows color (decimal): -10812610 or 4064091. OLE color: 4064091.

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

Color convert

RGB 91 3 62 -
CMYK 0 0.97 0.32 0.64
HSL 319.77º 0.94% 0.18% -
HSV(B) 319.77º 0.97% 0.36% -
XYZ 5.22 2.64 4.79 -
YUV 36.04 142.65 167.2 -
System Red Green Blue C M Y K H S L
Decimal 91 3 62 0 0.97 0.32 0.64 319.77 0.94 0.18
Hex 5B 3 3E 0 61 20 40 140 5E 12
Octal 133 3 76 0 141 40 100 500 136 22
Binary 1011011 11 111110 0 1100001 100000 1000000 101000000 1011110 10010

Color Harmonies of #5B033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B033E

Black with #5B033E

Text Example


Text Example

White with #5B033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,3,62); }

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

background-color css

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

 a { background-color: rgb(91,3,62); }

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

border-color css

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

 span { border-color: rgb(91,3,62); }

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