Html Css Color HEX #5B003D Tyrian Purple

📋 copy color: '#5B003D'

red 91 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #5B003D

Tints of Tyrian Purple #5B003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.87%
G = 0%
B = 40.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.64

RGB Variations

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

Color information

#5B003D (or 0x5B003D) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 3D. RGB value is (91,0,61). Sum of RGB (Red+Green+Blue) = 91+0+61=152 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.87% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 91 - color contains mainly: red. Hex color #5B003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B003D is #A4FFC2. Grayscale: #222222. Windows color (decimal): -10813379 or 3997787. OLE color: 3997787.

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

Color convert

RGB 91 0 61 -
CMYK 0 1 0.33 0.64
HSL 319.78º 1% 0.18% -
HSV(B) 319.78º 1% 0.36% -
XYZ 5.16 2.56 4.64 -
YUV 34.16 143.15 168.54 -
System Red Green Blue C M Y K H S L
Decimal 91 0 61 0 1 0.33 0.64 319.78 1 0.18
Hex 5B 0 3D 0 64 21 40 140 64 12
Octal 133 0 75 0 144 41 100 500 144 22
Binary 1011011 0 111101 0 1100100 100001 1000000 101000000 1100100 10010

Color Harmonies of #5B003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B003D

Black with #5B003D

Text Example


Text Example

White with #5B003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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