#510E53

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

Shades of Hot Purple #510E53

Tints of Hot Purple #510E53

Color information

#510E53 (or 0x510E53) is unknown color: approx Hot Purple. HEX triplet: 51, 0E and 53. RGB value is (81,14,83). Sum of RGB (Red+Green+Blue) = 81+14+83=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #510E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510E53 is #AEF1AC. Grayscale: #292929. Windows color (decimal): -11465133 or 5443153. OLE color: 5443153.

HSL color Cylindrical-coordinate representation of color #510E53: hue angle of 298.26º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #510E53 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB811483-
CMYK0.020.8300.67
HSL298.26º71.13%19.02%-
HSV(B)298.26º83.13%32.55%-
XYZ5.112.698.43-
YUV41.9151.2155.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.51%
GREEN value IS 14 (5.86% from 255) = 7.87%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=45.51%
G=7.87%
B=46.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8114830.020.8300.67298.2671.1319.02
Hex51E5325304312a4713
Octal121161232123010345210723
Binary10100011110101001110101001101000011100101010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510E53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510E53; }

 p { color: rgb(81,14,83); }

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

<style>
 a { background-color: #510E53; }

 a { background-color: rgb(81,14,83); }

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

<style>
 span { border-color: #510E53; }

 span { border-color: rgb(81,14,83); }

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