#53002D

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

Shades of Tyrian Purple #53002D

Tints of Tyrian Purple #53002D

Color information

#53002D (or 0x53002D) is unknown color: approx Tyrian Purple. HEX triplet: 53, 00 and 2D. RGB value is (83,0,45). Sum of RGB (Red+Green+Blue) = 83+0+45=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 45 (17.97% from 255 or 35.16% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53002D is #ACFFD2. Grayscale: #1D1D1D. Windows color (decimal): -11337683 or 2949203. OLE color: 2949203.

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

Color convert

RGB83045-
CMYK010.460.67
HSL327.47º100%16.27%-
HSV(B)327.47º100%32.55%-
XYZ4.042.032.66-
YUV29.95136.5165.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 35.16%
R=64.84%
G=0%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83045010.460.67327.4710016.27
Hex5302D0642E431476410
Octal12305501445610350714420
Binary10100110101101011001001011101000011101000111110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53002D; }

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

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

<style>
 a { background-color: #53002D; }

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

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

<style>
 span { border-color: #53002D; }

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

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