#513FC4

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

Shades of Purple Heart #513FC4

Tints of Purple Heart #513FC4

Color information

#513FC4 (or 0x513FC4) is unknown color: approx Purple Heart. HEX triplet: 51, 3F and C4. RGB value is (81,63,196). Sum of RGB (Red+Green+Blue) = 81+63+196=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 196 (76.95% from 255 or 57.65% from 340); Max value from RGB is 196 - color contains mainly: blue. Hex color #513FC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FC4 is #AEC03B. Grayscale: #535353. Windows color (decimal): -11452476 or 12861265. OLE color: 12861265.

HSL color Cylindrical-coordinate representation of color #513FC4: hue angle of 248.12º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #513FC4 is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8163196-
CMYK0.590.6800.23
HSL248.12º52.99%50.78%-
HSV(B)248.12º67.86%76.86%-
XYZ15.139.2953.22-
YUV83.54191.46126.19-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.82%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 196 (76.95% from 255) = 57.65%
R=23.82%
G=18.53%
B=57.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81631960.590.6800.23248.1252.9950.78
Hex513FC43B44017f83533
Octal12177304731040273706563
Binary101000111111111000100111011100010001011111111000110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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