Html Css Color HEX #5D034D Tyrian Purple

📋 copy color: '#5D034D'

red 93 ◦ green 3 ◦ blue 77

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

Shades of Tyrian Purple #5D034D

Tints of Tyrian Purple #5D034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.73%

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

R = 53.76%
G = 1.73%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5D034D (or 0x5D034D) is known color: Tyrian Purple. HEX triplet: 5D, 03 and 4D. RGB value is (93,3,77). Sum of RGB (Red+Green+Blue) = 93+3+77=173 (22% of max value = 765). Red value is 93 (36.72% from 255 or 53.76% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 77 (30.47% from 255 or 44.51% from 173); Max value from RGB is 93 - color contains mainly: red. Hex color #5D034D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D034D is #A2FCB2. Grayscale: #262626. Windows color (decimal): -10681523 or 5047133. OLE color: 5047133.

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

Color convert

RGB 93 3 77 -
CMYK 0 0.97 0.17 0.64
HSL 310.67º 0.94% 0.19% -
HSV(B) 310.67º 0.97% 0.36% -
XYZ 5.89 2.93 7.28 -
YUV 38.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 93 3 77 0 0.97 0.17 0.64 310.67 0.94 0.19
Hex 5D 3 4D 0 61 11 40 137 5E 13
Octal 135 3 115 0 141 21 100 467 136 23
Binary 1011101 11 1001101 0 1100001 10001 1000000 100110111 1011110 10011

Color Harmonies of #5D034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D034D

Black with #5D034D

Text Example


Text Example

White with #5D034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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