#513856

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

Shades of Hot Purple #513856

Tints of Hot Purple #513856

Color information

#513856 (or 0x513856) is unknown color: approx Hot Purple. HEX triplet: 51, 38 and 56. RGB value is (81,56,86). Sum of RGB (Red+Green+Blue) = 81+56+86=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #513856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513856 is #AEC7A9. Grayscale: #424242. Windows color (decimal): -11454378 or 5650513. OLE color: 5650513.

HSL color Cylindrical-coordinate representation of color #513856: hue angle of 290º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #513856 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB815686-
CMYK0.060.3500.66
HSL290º21.13%27.84%-
HSV(B)290º34.88%33.73%-
XYZ6.495.259.48-
YUV66.9138.78138.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=36.32%
G=25.11%
B=38.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8156860.060.3500.6629021.1327.84
Hex513856623042122151c
Octal1217012664301024422534
Binary10100011110001010110110100011010000101001000101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513856; }

 p { color: rgb(81,56,86); }

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

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

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

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

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

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

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