#513CCD

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

Shades of Purple Heart #513CCD

Tints of Purple Heart #513CCD

Color information

#513CCD (or 0x513CCD) is unknown color: approx Purple Heart. HEX triplet: 51, 3C and CD. RGB value is (81,60,205). Sum of RGB (Red+Green+Blue) = 81+60+205=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 205 (80.47% from 255 or 59.25% from 346); Max value from RGB is 205 - color contains mainly: blue. Hex color #513CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513CCD is #AEC332. Grayscale: #525252. Windows color (decimal): -11453235 or 13450321. OLE color: 13450321.

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

Color convert

RGB8160205-
CMYK0.600.7100.20
HSL248.69º59.18%51.96%-
HSV(B)248.69º70.73%80.39%-
XYZ16.039.3958.73-
YUV82.81196.96126.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.41%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 205 (80.47% from 255) = 59.25%
R=23.41%
G=17.34%
B=59.25%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81602050.600.7100.20248.6959.1851.96
Hex513CCD3C47014f93b34
Octal12174315741070243717364
Binary101000111110011001101111100100011101010011111001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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