#5D083F

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

Shades of Tyrian Purple #5D083F

Tints of Tyrian Purple #5D083F

Color information

#5D083F (or 0x5D083F) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 08 and 3F. RGB value is (93,8,63). Sum of RGB (Red+Green+Blue) = 93+8+63=164 (21% of max value = 765). Red value is 93 (36.72% from 255 or 56.71% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 93 - color contains mainly: red. Hex color #5D083F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D083F is #A2F7C0. Grayscale: #272727. Windows color (decimal): -10680257 or 4130909. OLE color: 4130909.

HSL color Cylindrical-coordinate representation of color #5D083F: hue angle of 321.18º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D083F is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB93863-
CMYK00.910.320.64
HSL321.18º84.16%19.8%-
HSV(B)321.18º91.4%36.47%-
XYZ5.52.864.96-
YUV39.68141.16166.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 56.71%
GREEN value IS 8 (3.52% from 255) = 4.88%
BLUE value IS 63 (25% from 255) = 38.41%
R=56.71%
G=4.88%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9386300.910.320.64321.1884.1619.8
Hex5D83F05B20401415414
Octal135107701334010050112424
Binary10111011000111111010110111000001000000101000001101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,8,63); }

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

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

 a { background-color: rgb(93,8,63); }

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

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

 span { border-color: rgb(93,8,63); }

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