Html Css Color HEX #5D054D Tyrian Purple

📋 copy color: '#5D054D'

red 93 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #5D054D

Tints of Tyrian Purple #5D054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

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

R = 53.14%
G = 2.86%
B = 44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5D054D (or 0x5D054D) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 4D. RGB value is (93,5,77). Sum of RGB (Red+Green+Blue) = 93+5+77=175 (23% of max value = 765). Red value is 93 (36.72% from 255 or 53.14% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 93 - color contains mainly: red. Hex color #5D054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D054D is #A2FAB2. Grayscale: #272727. Windows color (decimal): -10681011 or 5047645. OLE color: 5047645.

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

Color convert

RGB 93 5 77 -
CMYK 0 0.95 0.17 0.64
HSL 310.91º 0.9% 0.19% -
HSV(B) 310.91º 0.95% 0.36% -
XYZ 5.91 2.97 7.28 -
YUV 39.52 149.15 166.15 -
System Red Green Blue C M Y K H S L
Decimal 93 5 77 0 0.95 0.17 0.64 310.91 0.9 0.19
Hex 5D 5 4D 0 5F 11 40 137 5A 13
Octal 135 5 115 0 137 21 100 467 132 23
Binary 1011101 101 1001101 0 1011111 10001 1000000 100110111 1011010 10011

Color Harmonies of #5D054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D054D

Black with #5D054D

Text Example


Text Example

White with #5D054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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