#53023B

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

Shades of Tyrian Purple #53023B

Tints of Tyrian Purple #53023B

Color information

#53023B (or 0x53023B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 3B. RGB value is (83,2,59). Sum of RGB (Red+Green+Blue) = 83+2+59=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #53023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53023B is #ACFDC4. Grayscale: #202020. Windows color (decimal): -11337157 or 3867219. OLE color: 3867219.

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

Color convert

RGB83259-
CMYK00.980.290.67
HSL317.78º95.29%16.67%-
HSV(B)317.78º97.59%32.55%-
XYZ4.382.24.33-
YUV32.72142.84163.87-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 57.64%
GREEN value IS 2 (1.17% from 255) = 1.39%
BLUE value IS 59 (23.44% from 255) = 40.97%
R=57.64%
G=1.39%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8325900.980.290.67317.7895.2916.67
Hex5323B0621D4313e5f11
Octal12327301423510347613721
Binary10100111011101101100010111011000011100111110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53023B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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