#53123F

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

Shades of Tyrian Purple #53123F

Tints of Tyrian Purple #53123F

Color information

#53123F (or 0x53123F) is unknown color: approx Tyrian Purple. HEX triplet: 53, 12 and 3F. RGB value is (83,18,63). Sum of RGB (Red+Green+Blue) = 83+18+63=164 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.61% from 164); Green value is 18 (7.42% from 255 or 10.98% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 83 - color contains mainly: red. Hex color #53123F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53123F is #ACEDC0. Grayscale: #2A2A2A. Windows color (decimal): -11333057 or 4133459. OLE color: 4133459.

HSL color Cylindrical-coordinate representation of color #53123F: hue angle of 318.46º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53123F is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB831863-
CMYK00.780.240.67
HSL318.46º64.36%19.8%-
HSV(B)318.46º78.31%32.55%-
XYZ4.682.634.96-
YUV42.56139.53156.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 50.61%
GREEN value IS 18 (7.42% from 255) = 10.98%
BLUE value IS 63 (25% from 255) = 38.41%
R=50.61%
G=10.98%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83186300.780.240.67318.4664.3619.8
Hex53123F04E184313e4014
Octal123227701163010347610024
Binary10100111001011111101001110110001000011100111110100000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53123F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,18,63); }

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

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

 a { background-color: rgb(83,18,63); }

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

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

 span { border-color: rgb(83,18,63); }

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