#510054

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

Shades of Hot Purple #510054

Tints of Hot Purple #510054

Color information

#510054 (or 0x510054) is unknown color: approx Hot Purple. HEX triplet: 51, 00 and 54. RGB value is (81,0,84). Sum of RGB (Red+Green+Blue) = 81+0+84=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 84 (33.20% from 255 or 50.91% from 165); Max value from RGB is 84 - color contains mainly: blue. Hex color #510054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510054 is #AEFFAB. Grayscale: #212121. Windows color (decimal): -11468716 or 5505105. OLE color: 5505105.

HSL color Cylindrical-coordinate representation of color #510054: hue angle of 297.86º 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 #510054 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB81084-
CMYK0.04100.67
HSL297.86º100%16.47%-
HSV(B)297.86º100%32.94%-
XYZ4.992.398.59-
YUV33.8156.34161.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 50.91%
R=49.09%
G=0%
B=50.91%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal810840.04100.67297.8610016.47
Hex5105446404312a6410
Octal12101244144010345214420
Binary101000101010100100110010001000011100101010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510054; }

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

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

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

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

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

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

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

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