#53023E

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

Shades of Tyrian Purple #53023E

Tints of Tyrian Purple #53023E

Color information

#53023E (or 0x53023E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 3E. RGB value is (83,2,62). Sum of RGB (Red+Green+Blue) = 83+2+62=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #53023E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023E is #ACFDC1. Grayscale: #202020. Windows color (decimal): -11337154 or 4063827. OLE color: 4063827.

HSL color Cylindrical-coordinate representation of color #53023E: hue angle of 315.56º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53023E is Cyan = 0, Magento = 0.98, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB83262-
CMYK00.980.250.67
HSL315.56º95.29%16.67%-
HSV(B)315.56º97.59%32.55%-
XYZ4.462.234.75-
YUV33.06144.34163.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.46%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=56.46%
G=1.36%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.25
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8326200.980.250.67315.5695.2916.67
Hex5323E062194313c5f11
Octal12327601423110347413721
Binary10100111011111001100010110011000011100111100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53023E; }

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

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

<style>
 a { background-color: #53023E; }

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

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

<style>
 span { border-color: #53023E; }

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

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