#513fcb

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

Shades of Purple Heart #513FCB

Tints of Purple Heart #513FCB

Color information

#513FCB (or 0x513FCB) is unknown color: approx Purple Heart. HEX triplet: 51, 3F and CB. RGB value is (81,63,203). Sum of RGB (Red+Green+Blue) = 81+63+203=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #513FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FCB is #AEC034. Grayscale: #535353. Windows color (decimal): -11452469 or 13320017. OLE color: 13320017.

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

Color convert

RGB8163203-
CMYK0.600.6900.20
HSL247.71º57.38%52.16%-
HSV(B)247.71º68.97%79.61%-
XYZ15.959.6257.52-
YUV84.34194.96125.62-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.34%
GREEN value IS 63 (25% from 255) = 18.16%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=23.34%
G=18.16%
B=58.50%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal81632030.600.6900.20247.7157.3852.16
Hex513FCB3C45014f83934
Octal12177313741050243707164
Binary101000111111111001011111100100010101010011111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513fcb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,63,203); }

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

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

 a { background-color: rgb(81,63,203); }

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

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

 span { border-color: rgb(81,63,203); }

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