Html Css Color HEX #5B012D Tyrian Purple

📋 copy color: '#5B012D'

red 91 ◦ green 1 ◦ blue 45

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

Shades of Tyrian Purple #5B012D

Tints of Tyrian Purple #5B012D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.73%

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

R = 66.42%
G = 0.73%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.64

RGB Variations

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

Color information

#5B012D (or 0x5B012D) is known color: Tyrian Purple. HEX triplet: 5B, 01 and 2D. RGB value is (91,1,45). Sum of RGB (Red+Green+Blue) = 91+1+45=137 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.42% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 45 (17.97% from 255 or 32.85% from 137); Max value from RGB is 91 - color contains mainly: red. Hex color #5B012D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B012D is #A4FED2. Grayscale: #202020. Windows color (decimal): -10813139 or 2949467. OLE color: 2949467.

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

Color convert

RGB 91 1 45 -
CMYK 0 0.99 0.51 0.64
HSL 330.67º 0.98% 0.18% -
HSV(B) 330.67º 0.99% 0.36% -
XYZ 4.8 2.44 2.7 -
YUV 32.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 91 1 45 0 0.99 0.51 0.64 330.67 0.98 0.18
Hex 5B 1 2D 0 63 33 40 14B 62 12
Octal 133 1 55 0 143 63 100 513 142 22
Binary 1011011 1 101101 0 1100011 110011 1000000 101001011 1100010 10010

Color Harmonies of #5B012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B012D

Black with #5B012D

Text Example


Text Example

White with #5B012D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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