#513DC4

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

Shades of Purple Heart #513DC4

Tints of Purple Heart #513DC4

Color information

#513DC4 (or 0x513DC4) is unknown color: approx Purple Heart. HEX triplet: 51, 3D and C4. RGB value is (81,61,196). Sum of RGB (Red+Green+Blue) = 81+61+196=338 (44% of max value = 765). Red value is 81 (32.03% from 255 or 23.96% from 338); Green value is 61 (24.22% from 255 or 18.05% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #513DC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DC4 is #AEC23B. Grayscale: #515151. Windows color (decimal): -11452988 or 12860753. OLE color: 12860753.

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

Color convert

RGB8161196-
CMYK0.590.6900.23
HSL248.89º53.36%50.39%-
HSV(B)248.89º68.88%76.86%-
XYZ15.039.0753.18-
YUV82.37192.13127.02-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.96%
GREEN value IS 61 (24.22% from 255) = 18.05%
BLUE value IS 196 (76.95% from 255) = 57.99%
R=23.96%
G=18.05%
B=57.99%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal81611960.590.6900.23248.8953.3650.39
Hex513DC43B45017f93532
Octal12175304731050273716562
Binary101000111110111000100111011100010101011111111001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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