Html Css Color HEX #5B033D Tyrian Purple

📋 copy color: '#5B033D'

red 91 ◦ green 3 ◦ blue 61

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

Shades of Tyrian Purple #5B033D

Tints of Tyrian Purple #5B033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 39.35%

R = 58.71%
G = 1.94%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B033D (or 0x5B033D) is known color: Tyrian Purple. HEX triplet: 5B, 03 and 3D. RGB value is (91,3,61). Sum of RGB (Red+Green+Blue) = 91+3+61=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B033D is #A4FCC2. Grayscale: #232323. Windows color (decimal): -10812611 or 3998555. OLE color: 3998555.

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

Color convert

RGB 91 3 61 -
CMYK 0 0.97 0.33 0.64
HSL 320.45º 0.94% 0.18% -
HSV(B) 320.45º 0.97% 0.36% -
XYZ 5.19 2.63 4.65 -
YUV 35.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 91 3 61 0 0.97 0.33 0.64 320.45 0.94 0.18
Hex 5B 3 3D 0 61 21 40 140 5E 12
Octal 133 3 75 0 141 41 100 500 136 22
Binary 1011011 11 111101 0 1100001 100001 1000000 101000000 1011110 10010

Color Harmonies of #5B033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B033D

Black with #5B033D

Text Example


Text Example

White with #5B033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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