#510A53

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

Shades of Hot Purple #510A53

Tints of Hot Purple #510A53

Color information

#510A53 (or 0x510A53) is unknown color: approx Hot Purple. HEX triplet: 51, 0A and 53. RGB value is (81,10,83). Sum of RGB (Red+Green+Blue) = 81+10+83=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 83 (32.81% from 255 or 47.70% from 174); Max value from RGB is 83 - color contains mainly: blue. Hex color #510A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510A53 is #AEF5AC. Grayscale: #272727. Windows color (decimal): -11466157 or 5442129. OLE color: 5442129.

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

Color convert

RGB811083-
CMYK0.020.8800.67
HSL298.36º78.49%18.24%-
HSV(B)298.36º87.95%32.55%-
XYZ5.062.598.42-
YUV39.55152.52157.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 83 (32.81% from 255) = 47.70%
R=46.55%
G=5.75%
B=47.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8110830.020.8800.67298.3678.4918.24
Hex51A5325804312a4e12
Octal121121232130010345211622
Binary10100011010101001110101100001000011100101010100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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