#53134E

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

Shades of Hot Purple #53134E

Tints of Hot Purple #53134E

Color information

#53134E (or 0x53134E) is unknown color: approx Hot Purple. HEX triplet: 53, 13 and 4E. RGB value is (83,19,78). Sum of RGB (Red+Green+Blue) = 83+19+78=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 78 (30.86% from 255 or 43.33% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #53134E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53134E is #ACECB1. Grayscale: #2C2C2C. Windows color (decimal): -11332786 or 5116755. OLE color: 5116755.

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

Color convert

RGB831978-
CMYK00.770.060.67
HSL304.69º62.75%20%-
HSV(B)304.69º77.11%32.55%-
XYZ5.182.857.49-
YUV44.86146.7155.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.11%
GREEN value IS 19 (7.81% from 255) = 10.56%
BLUE value IS 78 (30.86% from 255) = 43.33%
R=46.11%
G=10.56%
B=43.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83197800.770.060.67304.6962.7520
Hex53134E04D6431313f14
Octal12323116011561034617724
Binary101001110011100111001001101110100001110011000111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53134E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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