Html Css Color HEX #5D014E Tyrian Purple

📋 copy color: '#5D014E'

red 93 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #5D014E

Tints of Tyrian Purple #5D014E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 45.35%

R = 54.07%
G = 0.58%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5D014E (or 0x5D014E) is known color: Tyrian Purple. HEX triplet: 5D, 01 and 4E. RGB value is (93,1,78). Sum of RGB (Red+Green+Blue) = 93+1+78=172 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.07% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 93 - color contains mainly: red. Hex color #5D014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D014E is #A2FEB1. Grayscale: #252525. Windows color (decimal): -10682034 or 5112157. OLE color: 5112157.

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

Color convert

RGB 93 1 78 -
CMYK 0 0.99 0.16 0.64
HSL 309.78º 0.98% 0.18% -
HSV(B) 309.78º 0.99% 0.36% -
XYZ 5.9 2.9 7.46 -
YUV 37.29 150.98 167.74 -
System Red Green Blue C M Y K H S L
Decimal 93 1 78 0 0.99 0.16 0.64 309.78 0.98 0.18
Hex 5D 1 4E 0 63 10 40 136 62 12
Octal 135 1 116 0 143 20 100 466 142 22
Binary 1011101 1 1001110 0 1100011 10000 1000000 100110110 1100010 10010

Color Harmonies of #5D014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D014E

Black with #5D014E

Text Example


Text Example

White with #5D014E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,1,78); }

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

background-color css

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

 a { background-color: rgb(93,1,78); }

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

border-color css

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

 span { border-color: rgb(93,1,78); }

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