#53003F

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

Shades of Tyrian Purple #53003F

Tints of Tyrian Purple #53003F

Color information

#53003F (or 0x53003F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 3F. RGB value is (83,0,63). Sum of RGB (Red+Green+Blue) = 83+0+63=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #53003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53003F is #ACFFC0. Grayscale: #1F1F1F. Windows color (decimal): -11337665 or 4128851. OLE color: 4128851.

HSL color Cylindrical-coordinate representation of color #53003F: hue angle of 314.46º 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 #53003F is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB83063-
CMYK010.240.67
HSL314.46º100%16.27%-
HSV(B)314.46º100%32.55%-
XYZ4.462.24.89-
YUV32145.5164.38-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 56.85%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 43.15%
R=56.85%
G=0%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83063010.240.67314.4610016.27
Hex5303F064184313a6410
Octal12307701443010347214420
Binary1010011011111101100100110001000011100111010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53003F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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