Html Css Color HEX #5D044E Tyrian Purple

📋 copy color: '#5D044E'

red 93 ◦ green 4 ◦ blue 78

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

Shades of Tyrian Purple #5D044E

Tints of Tyrian Purple #5D044E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

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

R = 53.14%
G = 2.29%
B = 44.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5D044E (or 0x5D044E) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 4E. RGB value is (93,4,78). Sum of RGB (Red+Green+Blue) = 93+4+78=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 78 (30.86% from 255 or 44.57% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D044E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D044E is #A2FBB1. Grayscale: #262626. Windows color (decimal): -10681266 or 5112925. OLE color: 5112925.

HSL color Cylindrical-coordinate representation of color #5D044E: hue angle of 310.11º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5D044E is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 4 78 -
CMYK 0 0.96 0.16 0.64
HSL 310.11º 0.92% 0.19% -
HSV(B) 310.11º 0.96% 0.36% -
XYZ 5.93 2.96 7.47 -
YUV 39.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 93 4 78 0 0.96 0.16 0.64 310.11 0.92 0.19
Hex 5D 4 4E 0 60 10 40 136 5C 13
Octal 135 4 116 0 140 20 100 466 134 23
Binary 1011101 100 1001110 0 1100000 10000 1000000 100110110 1011100 10011

Color Harmonies of #5D044E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D044E

Black with #5D044E

Text Example


Text Example

White with #5D044E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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