Html Css Color HEX #5D113A Tyrian Purple

📋 copy color: '#5D113A'

red 93 ◦ green 17 ◦ blue 58

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

Shades of Tyrian Purple #5D113A

Tints of Tyrian Purple #5D113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.52%

R = 55.36%
G = 10.12%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5D113A (or 0x5D113A) is known color: Tyrian Purple. HEX triplet: 5D, 11 and 3A. RGB value is (93,17,58). Sum of RGB (Red+Green+Blue) = 93+17+58=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 58 (23.05% from 255 or 34.52% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D113A is #A2EEC5. Grayscale: #2C2C2C. Windows color (decimal): -10677958 or 3805533. OLE color: 3805533.

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

Color convert

RGB 93 17 58 -
CMYK 0 0.82 0.38 0.64
HSL 327.63º 0.69% 0.22% -
HSV(B) 327.63º 0.82% 0.36% -
XYZ 5.48 3.03 4.3 -
YUV 44.4 135.68 162.67 -
System Red Green Blue C M Y K H S L
Decimal 93 17 58 0 0.82 0.38 0.64 327.63 0.69 0.22
Hex 5D 11 3A 0 52 26 40 148 45 16
Octal 135 21 72 0 122 46 100 510 105 26
Binary 1011101 10001 111010 0 1010010 100110 1000000 101001000 1000101 10110

Color Harmonies of #5D113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D113A

Black with #5D113A

Text Example


Text Example

White with #5D113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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