#512C5A

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

Shades of Hot Purple #512C5A

Tints of Hot Purple #512C5A

Color information

#512C5A (or 0x512C5A) is unknown color: approx Hot Purple. HEX triplet: 51, 2C and 5A. RGB value is (81,44,90). Sum of RGB (Red+Green+Blue) = 81+44+90=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 44 (17.58% from 255 or 20.47% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #512C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C5A is #AED3A5. Grayscale: #3C3C3C. Windows color (decimal): -11457446 or 5909585. OLE color: 5909585.

HSL color Cylindrical-coordinate representation of color #512C5A: hue angle of 288.26º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #512C5A is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB814490-
CMYK0.10.5100.65
HSL288.26º34.33%26.27%-
HSV(B)288.26º51.11%35.29%-
XYZ6.144.2910.18-
YUV60.31144.76142.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.67%
GREEN value IS 44 (17.58% from 255) = 20.47%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=37.67%
G=20.47%
B=41.86%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8144900.10.5100.65288.2634.3326.27
Hex512C5AA33041120221a
Octal12154132126301014404232
Binary1010001101100101101010101100110100000110010000010001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,44,90); }

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

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

 a { background-color: rgb(81,44,90); }

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

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

 span { border-color: rgb(81,44,90); }

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