#513DC9

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

Shades of Purple Heart #513DC9

Tints of Purple Heart #513DC9

Color information

#513DC9 (or 0x513DC9) is unknown color: approx Purple Heart. HEX triplet: 51, 3D and C9. RGB value is (81,61,201). Sum of RGB (Red+Green+Blue) = 81+61+201=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 201 (78.91% from 255 or 58.60% from 343); Max value from RGB is 201 - color contains mainly: blue. Hex color #513DC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513DC9 is #AEC236. Grayscale: #525252. Windows color (decimal): -11452983 or 13188433. OLE color: 13188433.

HSL color Cylindrical-coordinate representation of color #513DC9: hue angle of 248.57º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #513DC9 is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8161201-
CMYK0.600.7000.21
HSL248.57º56.45%51.37%-
HSV(B)248.57º69.65%78.82%-
XYZ15.69.356.23-
YUV82.94194.63126.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.62%
GREEN value IS 61 (24.22% from 255) = 17.78%
BLUE value IS 201 (78.91% from 255) = 58.60%
R=23.62%
G=17.78%
B=58.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal81612010.600.7000.21248.5756.4551.37
Hex513DC93C46015f93833
Octal12175311741060253717063
Binary101000111110111001001111100100011001010111111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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