#5D003F

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

Shades of Tyrian Purple #5D003F

Tints of Tyrian Purple #5D003F

Color information

#5D003F (or 0x5D003F) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 00 and 3F. RGB value is (93,0,63). Sum of RGB (Red+Green+Blue) = 93+0+63=156 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.62% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 63 (25% from 255 or 40.38% from 156); Max value from RGB is 93 - color contains mainly: red. Hex color #5D003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D003F is #A2FFC0. Grayscale: #222222. Windows color (decimal): -10682305 or 4128861. OLE color: 4128861.

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

Color convert

RGB93063-
CMYK010.320.64
HSL319.35º100%18.24%-
HSV(B)319.35º100%36.47%-
XYZ5.412.694.94-
YUV34.99143.81169.38-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 59.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 40.38%
R=59.62%
G=0%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93063010.320.64319.3510018.24
Hex5D03F064204013f6412
Octal13507701444010047714422
Binary10111010111111011001001000001000000100111111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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