#713FBE

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

Shades of Purple Heart #713FBE

Tints of Purple Heart #713FBE

Color information

#713FBE (or 0x713FBE) is unknown color: approx Purple Heart. HEX triplet: 71, 3F and BE. RGB value is (113,63,190). Sum of RGB (Red+Green+Blue) = 113+63+190=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #713FBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FBE is #8EC041. Grayscale: #5B5B5B. Windows color (decimal): -9355330 or 12468081. OLE color: 12468081.

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

Color convert

RGB11363190-
CMYK0.410.6700.25
HSL263.62º50.2%49.61%-
HSV(B)263.62º66.84%74.51%-
XYZ17.8810.7849.85-
YUV92.43183.06142.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 63 (25% from 255) = 17.21%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=30.87%
G=17.21%
B=51.91%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal113631900.410.6700.25263.6250.249.61
Hex713FBE29430191083232
Octal16177276511030314106262
Binary1110001111111101111101010011000011011001100001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,63,190); }

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

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

 a { background-color: rgb(113,63,190); }

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

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

 span { border-color: rgb(113,63,190); }

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