Html Css Color HEX #5D0046 Tyrian Purple

📋 copy color: '#5D0046'

red 93 ◦ green 0 ◦ blue 70

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

Shades of Tyrian Purple #5D0046

Tints of Tyrian Purple #5D0046

RGB

 RED value IS 93 (36.72% from 255) = 57.06%

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

 BLUE value IS 70 (27.73% from 255) = 42.94%

R = 57.06%
G = 0%
B = 42.94%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.64

RGB Variations

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

Color information

#5D0046 (or 0x5D0046) is known color: Tyrian Purple. HEX triplet: 5D, 00 and 46. RGB value is (93,0,70). Sum of RGB (Red+Green+Blue) = 93+0+70=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 70 (27.73% from 255 or 42.94% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0046 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0046 is #A2FFB9. Grayscale: #232323. Windows color (decimal): -10682298 or 4587613. OLE color: 4587613.

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

Color convert

RGB 93 0 70 -
CMYK 0 1 0.25 0.64
HSL 314.84º 1% 0.18% -
HSV(B) 314.84º 1% 0.36% -
XYZ 5.62 2.77 6.03 -
YUV 35.79 147.31 168.81 -
System Red Green Blue C M Y K H S L
Decimal 93 0 70 0 1 0.25 0.64 314.84 1 0.18
Hex 5D 0 46 0 64 19 40 13B 64 12
Octal 135 0 106 0 144 31 100 473 144 22
Binary 1011101 0 1000110 0 1100100 11001 1000000 100111011 1100100 10010

Color Harmonies of #5D0046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0046

Black with #5D0046

Text Example


Text Example

White with #5D0046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,0,70); }

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

background-color css

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

 a { background-color: rgb(93,0,70); }

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

border-color css

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

 span { border-color: rgb(93,0,70); }

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