#53053F

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

Shades of Tyrian Purple #53053F

Tints of Tyrian Purple #53053F

Color information

#53053F (or 0x53053F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 05 and 3F. RGB value is (83,5,63). Sum of RGB (Red+Green+Blue) = 83+5+63=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53053F is #ACFAC0. Grayscale: #222222. Windows color (decimal): -11336385 or 4130131. OLE color: 4130131.

HSL color Cylindrical-coordinate representation of color #53053F: hue angle of 315.38º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53053F is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB83563-
CMYK00.940.240.67
HSL315.38º88.64%17.25%-
HSV(B)315.38º93.98%32.55%-
XYZ4.522.314.91-
YUV34.93143.84162.28-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 54.97%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 63 (25% from 255) = 41.72%
R=54.97%
G=3.31%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8356300.940.240.67315.3888.6417.25
Hex5353F05E184313b5911
Octal12357701363010347313121
Binary101001110111111101011110110001000011100111011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53053F; }

 p { color: rgb(83,5,63); }

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

<style>
 a { background-color: #53053F; }

 a { background-color: rgb(83,5,63); }

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

<style>
 span { border-color: #53053F; }

 span { border-color: rgb(83,5,63); }

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