#510F53

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

Shades of Hot Purple #510F53

Tints of Hot Purple #510F53

Color information

#510F53 (or 0x510F53) is unknown color: approx Hot Purple. HEX triplet: 51, 0F and 53. RGB value is (81,15,83). Sum of RGB (Red+Green+Blue) = 81+15+83=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #510F53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510F53 is #AEF0AC. Grayscale: #2A2A2A. Windows color (decimal): -11464877 or 5443409. OLE color: 5443409.

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

Color convert

RGB811583-
CMYK0.020.8200.67
HSL298.24º69.39%19.22%-
HSV(B)298.24º81.93%32.55%-
XYZ5.132.728.44-
YUV42.49150.87155.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 45.25%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 83 (32.81% from 255) = 46.37%
R=45.25%
G=8.38%
B=46.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8115830.020.8200.67298.2469.3919.22
Hex51F5325204312a4513
Octal121171232122010345210523
Binary10100011111101001110101001001000011100101010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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