Html Css Color HEX #5D113D Tyrian Purple

📋 copy color: '#5D113D'

red 93 ◦ green 17 ◦ blue 61

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

Shades of Tyrian Purple #5D113D

Tints of Tyrian Purple #5D113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 61 (24.22% from 255) = 35.67%

R = 54.39%
G = 9.94%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5D113D (or 0x5D113D) is known color: Tyrian Purple. HEX triplet: 5D, 11 and 3D. RGB value is (93,17,61). Sum of RGB (Red+Green+Blue) = 93+17+61=171 (22% of max value = 765). Red value is 93 (36.72% from 255 or 54.39% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 93 - color contains mainly: red. Hex color #5D113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D113D is #A2EEC2. Grayscale: #2C2C2C. Windows color (decimal): -10677955 or 4002141. OLE color: 4002141.

HSL color Cylindrical-coordinate representation of color #5D113D: hue angle of 325.26º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5D113D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 17 61 -
CMYK 0 0.82 0.34 0.64
HSL 325.26º 0.69% 0.22% -
HSV(B) 325.26º 0.82% 0.36% -
XYZ 5.56 3.06 4.71 -
YUV 44.74 137.18 162.42 -
System Red Green Blue C M Y K H S L
Decimal 93 17 61 0 0.82 0.34 0.64 325.26 0.69 0.22
Hex 5D 11 3D 0 52 22 40 145 45 16
Octal 135 21 75 0 122 42 100 505 105 26
Binary 1011101 10001 111101 0 1010010 100010 1000000 101000101 1000101 10110

Color Harmonies of #5D113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D113D

Black with #5D113D

Text Example


Text Example

White with #5D113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,17,61); }

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

background-color css

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

 a { background-color: rgb(93,17,61); }

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

border-color css

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

 span { border-color: rgb(93,17,61); }

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