#513DCC

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

Shades of Purple Heart #513DCC

Tints of Purple Heart #513DCC

Color information

#513DCC (or 0x513DCC) is unknown color: approx Purple Heart. HEX triplet: 51, 3D and CC. RGB value is (81,61,204). Sum of RGB (Red+Green+Blue) = 81+61+204=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 204 (80.08% from 255 or 58.96% from 346); Max value from RGB is 204 - color contains mainly: blue. Hex color #513DCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DCC is #AEC233. Grayscale: #525252. Windows color (decimal): -11452980 or 13385041. OLE color: 13385041.

HSL color Cylindrical-coordinate representation of color #513DCC: hue angle of 248.39º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513DCC is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB8161204-
CMYK0.600.7000.2
HSL248.39º58.37%51.96%-
HSV(B)248.39º70.1%80%-
XYZ15.969.4558.11-
YUV83.28196.13126.37-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 61 (24.22% from 255) = 17.63%
BLUE value IS 204 (80.08% from 255) = 58.96%
R=23.41%
G=17.63%
B=58.96%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal81612040.600.7000.2248.3958.3751.96
Hex513DCC3C46014f83a34
Octal12175314741060243707264
Binary101000111110111001100111100100011001010011111000111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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