#513CD6

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

Shades of Purple Heart #513CD6

Tints of Purple Heart #513CD6

Color information

#513CD6 (or 0x513CD6) is unknown color: approx Purple Heart. HEX triplet: 51, 3C and D6. RGB value is (81,60,214). Sum of RGB (Red+Green+Blue) = 81+60+214=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 214 (83.98% from 255 or 60.28% from 355); Max value from RGB is 214 - color contains mainly: blue. Hex color #513CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CD6 is #AEC329. Grayscale: #535353. Windows color (decimal): -11453226 or 14040145. OLE color: 14040145.

HSL color Cylindrical-coordinate representation of color #513CD6: hue angle of 248.18º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513CD6 is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB8160214-
CMYK0.620.7200.16
HSL248.18º65.25%53.73%-
HSV(B)248.18º71.96%83.92%-
XYZ17.159.8464.61-
YUV83.84201.46125.98-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 60 (23.83% from 255) = 16.90%
BLUE value IS 214 (83.98% from 255) = 60.28%
R=22.82%
G=16.90%
B=60.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal81602140.620.7200.16248.1865.2553.73
Hex513CD63E48010f84136
Octal121743267611002037010166
Binary1010001111100110101101111101001000010000111110001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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