#5D1238

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

Shades of Tyrian Purple #5D1238

Tints of Tyrian Purple #5D1238

Color information

#5D1238 (or 0x5D1238) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 12 and 38. RGB value is (93,18,56). Sum of RGB (Red+Green+Blue) = 93+18+56=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1238 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D1238 is #A2EDC7. Grayscale: #2C2C2C. Windows color (decimal): -10677704 or 3674717. OLE color: 3674717.

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

Color convert

RGB931856-
CMYK00.810.400.64
HSL329.6º67.57%21.76%-
HSV(B)329.6º80.65%36.47%-
XYZ5.443.054.04-
YUV44.76134.35162.41-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.69%
GREEN value IS 18 (7.42% from 255) = 10.78%
BLUE value IS 56 (22.27% from 255) = 33.53%
R=55.69%
G=10.78%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93185600.810.400.64329.667.5721.76
Hex5D1238051284014a4416
Octal135227001215010051210426
Binary101110110010111000010100011010001000000101001010100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D1238;
 }
 .AnyTagClassName
 {
   color: #5D1238;
 }
</style>
background-color css

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

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

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

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

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

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