#53104D

Color #53104D Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #53104D

Tints of Hot Purple #53104D

Color information

#53104D (or 0x53104D) is unknown color: approx Hot Purple. HEX triplet: 53, 10 and 4D. RGB value is (83,16,77). Sum of RGB (Red+Green+Blue) = 83+16+77=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #53104D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53104D is #ACEFB2. Grayscale: #2A2A2A. Windows color (decimal): -11333555 or 5050451. OLE color: 5050451.

HSL color Cylindrical-coordinate representation of color #53104D: hue angle of 305.37º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53104D is Cyan = 0, Magento = 0.81, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB831677-
CMYK00.810.070.67
HSL305.37º67.68%19.41%-
HSV(B)305.37º80.72%32.55%-
XYZ5.092.757.28-
YUV42.99147.2156.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 47.16%
GREEN value IS 16 (6.64% from 255) = 9.09%
BLUE value IS 77 (30.47% from 255) = 43.75%
R=47.16%
G=9.09%
B=43.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83167700.810.070.67305.3767.6819.41
Hex53104D0517431314413
Octal123201150121710346110423
Binary1010011100001001101010100011111000011100110001100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53104D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53104D; }

 p { color: rgb(83,16,77); }

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

<style>
 a { background-color: #53104D; }

 a { background-color: rgb(83,16,77); }

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

<style>
 span { border-color: #53104D; }

 span { border-color: rgb(83,16,77); }

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