#513CBE

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

Shades of Purple Heart #513CBE

Tints of Purple Heart #513CBE

Color information

#513CBE (or 0x513CBE) is unknown color: approx Purple Heart. HEX triplet: 51, 3C and BE. RGB value is (81,60,190). Sum of RGB (Red+Green+Blue) = 81+60+190=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 190 (74.61% from 255 or 57.40% from 331); Max value from RGB is 190 - color contains mainly: blue. Hex color #513CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CBE is #AEC341. Grayscale: #505050. Windows color (decimal): -11453250 or 12467281. OLE color: 12467281.

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

Color convert

RGB8160190-
CMYK0.570.6800.25
HSL249.69º52%49.02%-
HSV(B)249.69º68.42%74.51%-
XYZ14.38.749.64-
YUV81.1189.46127.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.47%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 190 (74.61% from 255) = 57.40%
R=24.47%
G=18.13%
B=57.40%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal81601900.570.6800.25249.695249.02
Hex513CBE3944019fa3431
Octal12174276711040313726461
Binary101000111110010111110111001100010001100111111010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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