#5D032B

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

Shades of Tyrian Purple #5D032B

Tints of Tyrian Purple #5D032B

Color information

#5D032B (or 0x5D032B) is unknown color: approx Tyrian Purple. HEX triplet: 5D, 03 and 2B. RGB value is (93,3,43). Sum of RGB (Red+Green+Blue) = 93+3+43=139 (18% of max value = 765). Red value is 93 (36.72% from 255 or 66.91% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 93 - color contains mainly: red. Hex color #5D032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D032B is #A2FCD4. Grayscale: #222222. Windows color (decimal): -10681557 or 2818909. OLE color: 2818909.

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

Color convert

RGB93343-
CMYK00.970.540.64
HSL333.33º93.75%18.82%-
HSV(B)333.33º96.77%36.47%-
XYZ4.982.572.52-
YUV34.47132.82169.75-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 66.91%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=66.91%
G=2.16%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9334300.970.540.64333.3393.7518.82
Hex5D32B061364014d5e13
Octal13535301416610051513623
Binary101110111101011011000011101101000000101001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,3,43); }

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

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

 a { background-color: rgb(93,3,43); }

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

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

 span { border-color: rgb(93,3,43); }

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