#5D023E

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

Shades of Tyrian Purple #5D023E

Tints of Tyrian Purple #5D023E

Color information

#5D023E (or 0x5D023E) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 02 and 3E. RGB value is (93,2,62). Sum of RGB (Red+Green+Blue) = 93+2+62=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 2 (1.17% from 255 or 1.27% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D023E is #A2FDC1. Grayscale: #232323. Windows color (decimal): -10681794 or 4063837. OLE color: 4063837.

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

Color convert

RGB93262-
CMYK00.980.330.64
HSL320.44º95.79%18.63%-
HSV(B)320.44º97.85%36.47%-
XYZ5.412.724.8-
YUV36.05142.65168.62-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 59.24%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=59.24%
G=1.27%
B=39.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9326200.980.330.64320.4495.7918.63
Hex5D23E06221401406013
Octal13527601424110050014023
Binary101110110111110011000101000011000000101000000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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