Html Css Color HEX #5D044D Tyrian Purple

📋 copy color: '#5D044D'

red 93 ◦ green 4 ◦ blue 77

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

Shades of Tyrian Purple #5D044D

Tints of Tyrian Purple #5D044D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.25%

R = 53.45%
G = 2.3%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5D044D (or 0x5D044D) is known color: Tyrian Purple. HEX triplet: 5D, 04 and 4D. RGB value is (93,4,77). Sum of RGB (Red+Green+Blue) = 93+4+77=174 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.45% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 93 - color contains mainly: red. Hex color #5D044D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D044D is #A2FBB2. Grayscale: #262626. Windows color (decimal): -10681267 or 5047389. OLE color: 5047389.

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

Color convert

RGB 93 4 77 -
CMYK 0 0.96 0.17 0.64
HSL 310.79º 0.92% 0.19% -
HSV(B) 310.79º 0.96% 0.36% -
XYZ 5.9 2.95 7.28 -
YUV 38.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 93 4 77 0 0.96 0.17 0.64 310.79 0.92 0.19
Hex 5D 4 4D 0 60 11 40 137 5C 13
Octal 135 4 115 0 140 21 100 467 134 23
Binary 1011101 100 1001101 0 1100000 10001 1000000 100110111 1011100 10011

Color Harmonies of #5D044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D044D

Black with #5D044D

Text Example


Text Example

White with #5D044D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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