#5D0D38

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

Shades of Tyrian Purple #5D0D38

Tints of Tyrian Purple #5D0D38

Color information

#5D0D38 (or 0x5D0D38) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 0D and 38. RGB value is (93,13,56). Sum of RGB (Red+Green+Blue) = 93+13+56=162 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.41% from 162); Green value is 13 (5.47% from 255 or 8.02% from 162); Blue value is 56 (22.27% from 255 or 34.57% from 162); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0D38 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0D38 is #A2F2C7. Grayscale: #292929. Windows color (decimal): -10678984 or 3673437. OLE color: 3673437.

HSL color Cylindrical-coordinate representation of color #5D0D38: hue angle of 327.75º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D0D38 is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB931356-
CMYK00.860.400.64
HSL327.75º75.47%20.78%-
HSV(B)327.75º86.02%36.47%-
XYZ5.372.94.02-
YUV41.82136164.5-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 57.41%
GREEN value IS 13 (5.47% from 255) = 8.02%
BLUE value IS 56 (22.27% from 255) = 34.57%
R=57.41%
G=8.02%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93135600.860.400.64327.7575.4720.78
Hex5DD3805628401484b15
Octal135157001265010051011325
Binary10111011101111000010101101010001000000101001000100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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