#513FBE

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

Shades of Purple Heart #513FBE

Tints of Purple Heart #513FBE

Color information

#513FBE (or 0x513FBE) is unknown color: approx Purple Heart. HEX triplet: 51, 3F and BE. RGB value is (81,63,190). Sum of RGB (Red+Green+Blue) = 81+63+190=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #513FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FBE is #AEC041. Grayscale: #525252. Windows color (decimal): -11452482 or 12468049. OLE color: 12468049.

HSL color Cylindrical-coordinate representation of color #513FBE: hue angle of 248.5º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513FBE is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8163190-
CMYK0.570.6700.25
HSL248.5º50.2%49.61%-
HSV(B)248.5º66.84%74.51%-
XYZ14.479.0249.69-
YUV82.86188.46126.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.25%
GREEN value IS 63 (25% from 255) = 18.86%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=24.25%
G=18.86%
B=56.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81631900.570.6700.25248.550.249.61
Hex513FBE3943019f93232
Octal12177276711030313716262
Binary101000111111110111110111001100001101100111111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513FBE; }

 p { color: rgb(81,63,190); }

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

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

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

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

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

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

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