#53144E

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

Shades of Hot Purple #53144E

Tints of Hot Purple #53144E

Color information

#53144E (or 0x53144E) is unknown color: approx Hot Purple. HEX triplet: 53, 14 and 4E. RGB value is (83,20,78). Sum of RGB (Red+Green+Blue) = 83+20+78=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53144E is #ACEBB1. Grayscale: #2D2D2D. Windows color (decimal): -11332530 or 5117011. OLE color: 5117011.

HSL color Cylindrical-coordinate representation of color #53144E: hue angle of 304.76º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53144E is Cyan = 0, Magento = 0.76, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB832078-
CMYK00.760.060.67
HSL304.76º61.17%20.2%-
HSV(B)304.76º75.9%32.55%-
XYZ5.192.897.49-
YUV45.45146.37154.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 45.86%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 78 (30.86% from 255) = 43.09%
R=45.86%
G=11.05%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83207800.760.060.67304.7661.1720.2
Hex53144E04C6431313d14
Octal12324116011461034617524
Binary101001110100100111001001100110100001110011000111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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