#53023A

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

Shades of Tyrian Purple #53023A

Tints of Tyrian Purple #53023A

Color information

#53023A (or 0x53023A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 3A. RGB value is (83,2,58). Sum of RGB (Red+Green+Blue) = 83+2+58=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 58 (23.05% from 255 or 40.56% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #53023A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023A is #ACFDC5. Grayscale: #202020. Windows color (decimal): -11337158 or 3801683. OLE color: 3801683.

HSL color Cylindrical-coordinate representation of color #53023A: hue angle of 318.52º 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 #53023A is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB83258-
CMYK00.980.300.67
HSL318.52º95.29%16.67%-
HSV(B)318.52º97.59%32.55%-
XYZ4.352.194.2-
YUV32.6142.34163.95-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.04%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 58 (23.05% from 255) = 40.56%
R=58.04%
G=1.40%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325800.980.300.67318.5295.2916.67
Hex5323A0621E4313f5f11
Octal12327201423610347713721
Binary10100111011101001100010111101000011100111111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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