Html Css Color HEX #5D112F Tyrian Purple

📋 copy color: '#5D112F'

red 93 ◦ green 17 ◦ blue 47

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

Shades of Tyrian Purple #5D112F

Tints of Tyrian Purple #5D112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 29.94%

R = 59.24%
G = 10.83%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5D112F (or 0x5D112F) is known color: Tyrian Purple. HEX triplet: 5D, 11 and 2F. RGB value is (93,17,47). Sum of RGB (Red+Green+Blue) = 93+17+47=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 17 (7.03% from 255 or 10.83% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D112F is #A2EED0. Grayscale: #2B2B2B. Windows color (decimal): -10677969 or 3084637. OLE color: 3084637.

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

Color convert

RGB 93 17 47 -
CMYK 0 0.82 0.49 0.64
HSL 336.32º 0.69% 0.22% -
HSV(B) 336.32º 0.82% 0.36% -
XYZ 5.23 2.93 2.98 -
YUV 43.14 130.18 163.56 -
System Red Green Blue C M Y K H S L
Decimal 93 17 47 0 0.82 0.49 0.64 336.32 0.69 0.22
Hex 5D 11 2F 0 52 31 40 150 45 16
Octal 135 21 57 0 122 61 100 520 105 26
Binary 1011101 10001 101111 0 1010010 110001 1000000 101010000 1000101 10110

Color Harmonies of #5D112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D112F

Black with #5D112F

Text Example


Text Example

White with #5D112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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