#53022B

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

Shades of Tyrian Purple #53022B

Tints of Tyrian Purple #53022B

Color information

#53022B (or 0x53022B) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 2B. RGB value is (83,2,43). Sum of RGB (Red+Green+Blue) = 83+2+43=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53022B is #ACFDD4. Grayscale: #1E1E1E. Windows color (decimal): -11337173 or 2818643. OLE color: 2818643.

HSL color Cylindrical-coordinate representation of color #53022B: hue angle of 329.63º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #53022B is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB83243-
CMYK00.980.480.67
HSL329.63º95.29%16.67%-
HSV(B)329.63º97.59%32.55%-
XYZ4.032.062.47-
YUV30.89134.84165.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 64.84%
GREEN value IS 2 (1.17% from 255) = 1.56%
BLUE value IS 43 (17.19% from 255) = 33.59%
R=64.84%
G=1.56%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324300.980.480.67329.6395.2916.67
Hex5322B062304314a5f11
Octal12325301426010351213721
Binary101001110101011011000101100001000011101001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53022B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,2,43); }

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

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

 a { background-color: rgb(83,2,43); }

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

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

 span { border-color: rgb(83,2,43); }

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