Html Css Color HEX #5B002D Tyrian Purple

📋 copy color: '#5B002D'

red 91 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #5B002D

Tints of Tyrian Purple #5B002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 33.09%

R = 66.91%
G = 0%
B = 33.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#5B002D (or 0x5B002D) is known color: Tyrian Purple. HEX triplet: 5B, 00 and 2D. RGB value is (91,0,45). Sum of RGB (Red+Green+Blue) = 91+0+45=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B002D is #A4FFD2. Grayscale: #202020. Windows color (decimal): -10813395 or 2949211. OLE color: 2949211.

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

Color convert

RGB 91 0 45 -
CMYK 0 1 0.51 0.64
HSL 330.33º 1% 0.18% -
HSV(B) 330.33º 1% 0.36% -
XYZ 4.79 2.41 2.7 -
YUV 32.34 135.15 169.84 -
System Red Green Blue C M Y K H S L
Decimal 91 0 45 0 1 0.51 0.64 330.33 1 0.18
Hex 5B 0 2D 0 64 33 40 14A 64 12
Octal 133 0 55 0 144 63 100 512 144 22
Binary 1011011 0 101101 0 1100100 110011 1000000 101001010 1100100 10010

Color Harmonies of #5B002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B002D

Black with #5B002D

Text Example


Text Example

White with #5B002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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