#713BBF

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

Shades of Purple Heart #713BBF

Tints of Purple Heart #713BBF

Color information

#713BBF (or 0x713BBF) is unknown color: approx Purple Heart. HEX triplet: 71, 3B and BF. RGB value is (113,59,191). Sum of RGB (Red+Green+Blue) = 113+59+191=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #713BBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BBF is #8EC440. Grayscale: #595959. Windows color (decimal): -9356353 or 12532593. OLE color: 12532593.

HSL color Cylindrical-coordinate representation of color #713BBF: hue angle of 264.55º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713BBF is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11359191-
CMYK0.410.6900.25
HSL264.55º52.8%49.02%-
HSV(B)264.55º69.11%74.9%-
XYZ17.7810.450.36-
YUV90.19184.89144.27-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 59 (23.44% from 255) = 16.25%
BLUE value IS 191 (75% from 255) = 52.62%
R=31.13%
G=16.25%
B=52.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113591910.410.6900.25264.5552.849.02
Hex713BBF29450191093531
Octal16173277511050314116561
Binary1110001111011101111111010011000101011001100001001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713BBF; }

 p { color: rgb(113,59,191); }

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

<style>
 a { background-color: #713BBF; }

 a { background-color: rgb(113,59,191); }

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

<style>
 span { border-color: #713BBF; }

 span { border-color: rgb(113,59,191); }

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