Html Css Color HEX #5D1239 Tyrian Purple

📋 copy color: '#5D1239'

red 93 ◦ green 18 ◦ blue 57

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

Shades of Tyrian Purple #5D1239

Tints of Tyrian Purple #5D1239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

 BLUE value IS 57 (22.66% from 255) = 33.93%

R = 55.36%
G = 10.71%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#5D1239 (or 0x5D1239) is known color: Tyrian Purple. HEX triplet: 5D, 12 and 39. RGB value is (93,18,57). Sum of RGB (Red+Green+Blue) = 93+18+57=168 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.36% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1239 is #A2EDC6. Grayscale: #2C2C2C. Windows color (decimal): -10677703 or 3740253. OLE color: 3740253.

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

Color convert

RGB 93 18 57 -
CMYK 0 0.81 0.39 0.64
HSL 328.8º 0.68% 0.22% -
HSV(B) 328.8º 0.81% 0.36% -
XYZ 5.47 3.06 4.17 -
YUV 44.87 134.85 162.33 -
System Red Green Blue C M Y K H S L
Decimal 93 18 57 0 0.81 0.39 0.64 328.8 0.68 0.22
Hex 5D 12 39 0 51 27 40 149 44 16
Octal 135 22 71 0 121 47 100 511 104 26
Binary 1011101 10010 111001 0 1010001 100111 1000000 101001001 1000100 10110

Color Harmonies of #5D1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1239

Black with #5D1239

Text Example


Text Example

White with #5D1239

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,18,57); }

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

background-color css

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

 a { background-color: rgb(93,18,57); }

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

border-color css

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

 span { border-color: rgb(93,18,57); }

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