#513DBA

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

Shades of Purple Heart #513DBA

Tints of Purple Heart #513DBA

Color information

#513DBA (or 0x513DBA) is unknown color: approx Purple Heart. HEX triplet: 51, 3D and BA. RGB value is (81,61,186). Sum of RGB (Red+Green+Blue) = 81+61+186=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 61 (24.22% from 255 or 18.60% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #513DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DBA is #AEC245. Grayscale: #505050. Windows color (decimal): -11452998 or 12205393. OLE color: 12205393.

HSL color Cylindrical-coordinate representation of color #513DBA: hue angle of 249.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513DBA is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8161186-
CMYK0.560.6700.27
HSL249.6º50.61%48.43%-
HSV(B)249.6º67.2%72.94%-
XYZ13.938.6347.39-
YUV81.23187.13127.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.70%
GREEN value IS 61 (24.22% from 255) = 18.60%
BLUE value IS 186 (73.05% from 255) = 56.71%
R=24.70%
G=18.60%
B=56.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81611860.560.6700.27249.650.6148.43
Hex513DBA384301Bfa3330
Octal12175272701030333726360
Binary101000111110110111010111000100001101101111111010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,61,186); }

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

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

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

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

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

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

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