#53104E

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

Shades of Hot Purple #53104E

Tints of Hot Purple #53104E

Color information

#53104E (or 0x53104E) is unknown color: approx Hot Purple. HEX triplet: 53, 10 and 4E. RGB value is (83,16,78). Sum of RGB (Red+Green+Blue) = 83+16+78=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 16 (6.64% from 255 or 9.04% from 177); Blue value is 78 (30.86% from 255 or 44.07% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #53104E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53104E is #ACEFB1. Grayscale: #2A2A2A. Windows color (decimal): -11333554 or 5115987. OLE color: 5115987.

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

Color convert

RGB831678-
CMYK00.810.060.67
HSL304.48º67.68%19.41%-
HSV(B)304.48º80.72%32.55%-
XYZ5.132.767.47-
YUV43.1147.7156.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.89%
GREEN value IS 16 (6.64% from 255) = 9.04%
BLUE value IS 78 (30.86% from 255) = 44.07%
R=46.89%
G=9.04%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83167800.810.060.67304.4867.6819.41
Hex53104E0516431304413
Octal123201160121610346010423
Binary1010011100001001110010100011101000011100110000100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53104E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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