#53022A

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

Shades of Tyrian Purple #53022A

Tints of Tyrian Purple #53022A

Color information

#53022A (or 0x53022A) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 2A. RGB value is (83,2,42). Sum of RGB (Red+Green+Blue) = 83+2+42=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53022A is #ACFDD5. Grayscale: #1E1E1E. Windows color (decimal): -11337174 or 2753107. OLE color: 2753107.

HSL color Cylindrical-coordinate representation of color #53022A: hue angle of 330.37º 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 #53022A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB83242-
CMYK00.980.490.67
HSL330.37º95.29%16.67%-
HSV(B)330.37º97.59%32.55%-
XYZ4.012.052.37-
YUV30.78134.34165.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 65.35%
GREEN value IS 2 (1.17% from 255) = 1.57%
BLUE value IS 42 (16.80% from 255) = 33.07%
R=65.35%
G=1.57%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324200.980.490.67330.3795.2916.67
Hex5322A062314314a5f11
Octal12325201426110351213721
Binary101001110101010011000101100011000011101001010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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