#53004B

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

Shades of Tyrian Purple #53004B

Tints of Tyrian Purple #53004B

Color information

#53004B (or 0x53004B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 4B. RGB value is (83,0,75). Sum of RGB (Red+Green+Blue) = 83+0+75=158 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.53% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 75 (29.69% from 255 or 47.47% from 158); Max value from RGB is 83 - color contains mainly: red. Hex color #53004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53004B is #ACFFB4. Grayscale: #212121. Windows color (decimal): -11337653 or 4915283. OLE color: 4915283.

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

Color convert

RGB83075-
CMYK010.100.67
HSL305.78º100%16.27%-
HSV(B)305.78º100%32.55%-
XYZ4.842.356.85-
YUV33.37151.5163.4-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 52.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 75 (29.69% from 255) = 47.47%
R=52.53%
G=0%
B=47.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83075010.100.67305.7810016.27
Hex5304B064A431326410
Octal123011301441210346214420
Binary1010011010010110110010010101000011100110010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53004B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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