#510351

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

Shades of Hot Purple #510351

Tints of Hot Purple #510351

Color information

#510351 (or 0x510351) is unknown color: approx Hot Purple. HEX triplet: 51, 03 and 51. RGB value is (81,3,81). Sum of RGB (Red+Green+Blue) = 81+3+81=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: red, blue. Hex color #510351 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510351 is #AEFCAE. Grayscale: #222222. Windows color (decimal): -11467951 or 5309265. OLE color: 5309265.

HSL color Cylindrical-coordinate representation of color #510351: hue angle of 300º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510351 is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB81381-
CMYK00.9600.68
HSL300º92.86%16.47%-
HSV(B)300º96.3%31.76%-
XYZ4.912.417.99-
YUV35.21153.84160.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 49.09%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 81 (32.03% from 255) = 49.09%
R=49.09%
G=1.82%
B=49.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8138100.9600.6830092.8616.47
Hex5135106004412c5d10
Octal12131210140010445413520
Binary10100011110100010110000001000100100101100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #510351; }

 p { color: rgb(81,3,81); }

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

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

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

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

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

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

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