#5D023C

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

Shades of Tyrian Purple #5D023C

Tints of Tyrian Purple #5D023C

Color information

#5D023C (or 0x5D023C) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 02 and 3C. RGB value is (93,2,60). Sum of RGB (Red+Green+Blue) = 93+2+60=155 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 93 - color contains mainly: red. Hex color #5D023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D023C is #A2FDC3. Grayscale: #232323. Windows color (decimal): -10681796 or 3932765. OLE color: 3932765.

HSL color Cylindrical-coordinate representation of color #5D023C: hue angle of 321.76º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5D023C is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.64.

Color convert

RGB93260-
CMYK00.980.350.64
HSL321.76º95.79%18.63%-
HSV(B)321.76º97.85%36.47%-
XYZ5.352.74.51-
YUV35.82141.65168.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 60%
GREEN value IS 2 (1.17% from 255) = 1.29%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=60%
G=1.29%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9326000.980.350.64321.7695.7918.63
Hex5D23C06223401426013
Octal13527401424310050214023
Binary101110110111100011000101000111000000101000010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,2,60); }

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

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

 a { background-color: rgb(93,2,60); }

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

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

 span { border-color: rgb(93,2,60); }

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