#510C58

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

Shades of Hot Purple #510C58

Tints of Hot Purple #510C58

Color information

#510C58 (or 0x510C58) is unknown color: approx Hot Purple. HEX triplet: 51, 0C and 58. RGB value is (81,12,88). Sum of RGB (Red+Green+Blue) = 81+12+88=181 (23% of max value = 765). Red value is 81 (32.03% from 255 or 44.75% from 181); Green value is 12 (5.08% from 255 or 6.63% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #510C58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C58 is #AEF3A7. Grayscale: #292929. Windows color (decimal): -11465640 or 5770321. OLE color: 5770321.

HSL color Cylindrical-coordinate representation of color #510C58: hue angle of 294.47º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #510C58 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB811288-
CMYK0.080.8600.65
HSL294.47º76%19.61%-
HSV(B)294.47º86.36%34.51%-
XYZ5.292.729.48-
YUV41.3154.36156.32-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.75%
GREEN value IS 12 (5.08% from 255) = 6.63%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=44.75%
G=6.63%
B=48.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8112880.080.8600.65294.477619.61
Hex51C588560411264c14
Octal1211413010126010144611424
Binary1010001110010110001000101011001000001100100110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,12,88); }

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

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

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

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

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

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

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