#512E55

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

Shades of Hot Purple #512E55

Tints of Hot Purple #512E55

Color information

#512E55 (or 0x512E55) is unknown color: approx Hot Purple. HEX triplet: 51, 2E and 55. RGB value is (81,46,85). Sum of RGB (Red+Green+Blue) = 81+46+85=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #512E55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512E55 is #AED1AA. Grayscale: #3C3C3C. Windows color (decimal): -11456939 or 5582417. OLE color: 5582417.

HSL color Cylindrical-coordinate representation of color #512E55: hue angle of 293.85º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #512E55 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB814685-
CMYK0.050.4600.67
HSL293.85º29.77%25.69%-
HSV(B)293.85º45.88%33.33%-
XYZ6.014.369.12-
YUV60.91141.6142.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 46 (18.36% from 255) = 21.70%
BLUE value IS 85 (33.59% from 255) = 40.09%
R=38.21%
G=21.70%
B=40.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8146850.050.4600.67293.8529.7725.69
Hex512E5552E0431261e1a
Octal1215612555601034463632
Binary10100011011101010101101101110010000111001001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512E55; }

 p { color: rgb(81,46,85); }

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

<style>
 a { background-color: #512E55; }

 a { background-color: rgb(81,46,85); }

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

<style>
 span { border-color: #512E55; }

 span { border-color: rgb(81,46,85); }

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