#510053

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

Shades of Hot Purple #510053

Tints of Hot Purple #510053

Color information

#510053 (or 0x510053) is unknown color: approx Hot Purple. HEX triplet: 51, 00 and 53. RGB value is (81,0,83). Sum of RGB (Red+Green+Blue) = 81+0+83=164 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.39% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 83 (32.81% from 255 or 50.61% from 164); Max value from RGB is 83 - color contains mainly: blue. Hex color #510053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510053 is #AEFFAC. Grayscale: #212121. Windows color (decimal): -11468717 or 5439569. OLE color: 5439569.

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

Color convert

RGB81083-
CMYK0.02100.67
HSL298.55º100%16.27%-
HSV(B)298.55º100%32.55%-
XYZ4.952.378.38-
YUV33.68155.84161.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.39%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 83 (32.81% from 255) = 50.61%
R=49.39%
G=0%
B=50.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal810830.02100.67298.5510016.27
Hex5105326404312b6410
Octal12101232144010345314420
Binary10100010101001110110010001000011100101011110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510053; }

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

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

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

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

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

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

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

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