#53022E

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

Shades of Tyrian Purple #53022E

Tints of Tyrian Purple #53022E

Color information

#53022E (or 0x53022E) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 2E. RGB value is (83,2,46). Sum of RGB (Red+Green+Blue) = 83+2+46=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 46 (18.36% from 255 or 35.11% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53022E is #ACFDD1. Grayscale: #1F1F1F. Windows color (decimal): -11337170 or 3015251. OLE color: 3015251.

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

Color convert

RGB83246-
CMYK00.980.450.67
HSL327.41º95.29%16.67%-
HSV(B)327.41º97.59%32.55%-
XYZ4.082.082.77-
YUV31.24136.34164.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 63.36%
GREEN value IS 2 (1.17% from 255) = 1.53%
BLUE value IS 46 (18.36% from 255) = 35.11%
R=63.36%
G=1.53%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324600.980.450.67327.4195.2916.67
Hex5322E0622D431475f11
Octal12325601425510350713721
Binary101001110101110011000101011011000011101000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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