#53003A

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

Shades of Tyrian Purple #53003A

Tints of Tyrian Purple #53003A

Color information

#53003A (or 0x53003A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 3A. RGB value is (83,0,58). Sum of RGB (Red+Green+Blue) = 83+0+58=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #53003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53003A is #ACFFC5. Grayscale: #1F1F1F. Windows color (decimal): -11337670 or 3801171. OLE color: 3801171.

HSL color Cylindrical-coordinate representation of color #53003A: hue angle of 318.07º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #53003A is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB83058-
CMYK010.300.67
HSL318.07º100%16.27%-
HSV(B)318.07º100%32.55%-
XYZ4.332.144.19-
YUV31.43143164.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 58.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 41.13%
R=58.87%
G=0%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83058010.300.67318.0710016.27
Hex5303A0641E4313e6410
Octal12307201443610347614420
Binary1010011011101001100100111101000011100111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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