#5D1239

Color #5D1239 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #5D1239

Tints of Tyrian Purple #5D1239

Color information

#5D1239 (or 0x5D1239) is unknown color: approx 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

RGB931857-
CMYK00.810.390.64
HSL328.8º67.57%21.76%-
HSV(B)328.8º80.65%36.47%-
XYZ5.473.064.17-
YUV44.87134.85162.33-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.39
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93185700.810.390.64328.867.5721.76
Hex5D123905127401494416
Octal135227101214710051110426
Binary101110110010111001010100011001111000000101001001100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>