#510C5A

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

Shades of Hot Purple #510C5A

Tints of Hot Purple #510C5A

Color information

#510C5A (or 0x510C5A) is unknown color: approx Hot Purple. HEX triplet: 51, 0C and 5A. RGB value is (81,12,90). Sum of RGB (Red+Green+Blue) = 81+12+90=183 (24% of max value = 765). Red value is 81 (32.03% from 255 or 44.26% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 90 (35.55% from 255 or 49.18% from 183); Max value from RGB is 90 - color contains mainly: blue. Hex color #510C5A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #510C5A is #AEF3A5. Grayscale: #292929. Windows color (decimal): -11465638 or 5901393. OLE color: 5901393.

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

Color convert

RGB811290-
CMYK0.10.8700.65
HSL293.08º76.47%20%-
HSV(B)293.08º86.67%35.29%-
XYZ5.372.759.92-
YUV41.52155.36156.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 44.26%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 90 (35.55% from 255) = 49.18%
R=44.26%
G=6.56%
B=49.18%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8112900.10.8700.65293.0876.4720
Hex51C5AA570411254c14
Octal1211413212127010144511424
Binary1010001110010110101010101011101000001100100101100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #510C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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