#53022F

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

Shades of Tyrian Purple #53022F

Tints of Tyrian Purple #53022F

Color information

#53022F (or 0x53022F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 02 and 2F. RGB value is (83,2,47). Sum of RGB (Red+Green+Blue) = 83+2+47=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 47 (18.75% from 255 or 35.61% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53022F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53022F is #ACFDD0. Grayscale: #1F1F1F. Windows color (decimal): -11337169 or 3080787. OLE color: 3080787.

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

Color convert

RGB83247-
CMYK00.980.430.67
HSL326.67º95.29%16.67%-
HSV(B)326.67º97.59%32.55%-
XYZ4.12.092.88-
YUV31.35136.84164.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.88%
GREEN value IS 2 (1.17% from 255) = 1.52%
BLUE value IS 47 (18.75% from 255) = 35.61%
R=62.88%
G=1.52%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8324700.980.430.67326.6795.2916.67
Hex5322F0622B431475f11
Octal12325701425310350713721
Binary101001110101111011000101010111000011101000111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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