#513ACD

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

Shades of Purple Heart #513ACD

Tints of Purple Heart #513ACD

Color information

#513ACD (or 0x513ACD) is unknown color: approx Purple Heart. HEX triplet: 51, 3A and CD. RGB value is (81,58,205). Sum of RGB (Red+Green+Blue) = 81+58+205=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #513ACD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513ACD is #AEC532. Grayscale: #515151. Windows color (decimal): -11453747 or 13449809. OLE color: 13449809.

HSL color Cylindrical-coordinate representation of color #513ACD: hue angle of 249.39º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #513ACD is Cyan = 0.60, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8158205-
CMYK0.600.7200.20
HSL249.39º59.51%51.57%-
HSV(B)249.39º71.71%80.39%-
XYZ15.939.1858.69-
YUV81.64197.62127.55-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 58 (23.05% from 255) = 16.86%
BLUE value IS 205 (80.47% from 255) = 59.59%
R=23.55%
G=16.86%
B=59.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81582050.600.7200.20249.3959.5151.57
Hex513ACD3C48014f93c34
Octal12172315741100243717464
Binary101000111101011001101111100100100001010011111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,58,205); }

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

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

 a { background-color: rgb(81,58,205); }

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

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

 span { border-color: rgb(81,58,205); }

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