#53114F

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

Shades of Hot Purple #53114F

Tints of Hot Purple #53114F

Color information

#53114F (or 0x53114F) is unknown color: approx Hot Purple. HEX triplet: 53, 11 and 4F. RGB value is (83,17,79). Sum of RGB (Red+Green+Blue) = 83+17+79=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53114F is #ACEEB0. Grayscale: #2B2B2B. Windows color (decimal): -11333297 or 5181779. OLE color: 5181779.

HSL color Cylindrical-coordinate representation of color #53114F: hue angle of 303.64º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53114F is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB831779-
CMYK00.800.050.67
HSL303.64º66%19.61%-
HSV(B)303.64º79.52%32.55%-
XYZ5.182.87.67-
YUV43.8147.87155.96-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.37%
GREEN value IS 17 (7.03% from 255) = 9.50%
BLUE value IS 79 (31.25% from 255) = 44.13%
R=46.37%
G=9.50%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83177900.800.050.67303.646619.61
Hex53114F0505431304214
Octal123211170120510346010224
Binary1010011100011001111010100001011000011100110000100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53114F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,17,79); }

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

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

 a { background-color: rgb(83,17,79); }

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

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

 span { border-color: rgb(83,17,79); }

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