Html Css Color HEX #5D0537 Tyrian Purple

📋 copy color: '#5D0537'

red 93 ◦ green 5 ◦ blue 55

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

Shades of Tyrian Purple #5D0537

Tints of Tyrian Purple #5D0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 35.95%

R = 60.78%
G = 3.27%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#5D0537 (or 0x5D0537) is known color: Tyrian Purple. HEX triplet: 5D, 05 and 37. RGB value is (93,5,55). Sum of RGB (Red+Green+Blue) = 93+5+55=153 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.78% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0537 is #A2FAC8. Grayscale: #242424. Windows color (decimal): -10681033 or 3605853. OLE color: 3605853.

HSL color Cylindrical-coordinate representation of color #5D0537: hue angle of 325.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 #5D0537 is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 5 55 -
CMYK 0 0.95 0.41 0.64
HSL 325.91º 0.9% 0.19% -
HSV(B) 325.91º 0.95% 0.36% -
XYZ 5.26 2.71 3.86 -
YUV 37.01 138.15 167.93 -
System Red Green Blue C M Y K H S L
Decimal 93 5 55 0 0.95 0.41 0.64 325.91 0.9 0.19
Hex 5D 5 37 0 5F 29 40 146 5A 13
Octal 135 5 67 0 137 51 100 506 132 23
Binary 1011101 101 110111 0 1011111 101001 1000000 101000110 1011010 10011

Color Harmonies of #5D0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0537

Black with #5D0537

Text Example


Text Example

White with #5D0537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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