#713BBA

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

Shades of Purple Heart #713BBA

Tints of Purple Heart #713BBA

Color information

#713BBA (or 0x713BBA) is unknown color: approx Purple Heart. HEX triplet: 71, 3B and BA. RGB value is (113,59,186). Sum of RGB (Red+Green+Blue) = 113+59+186=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 59 (23.44% from 255 or 16.48% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #713BBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BBA is #8EC445. Grayscale: #595959. Windows color (decimal): -9356358 or 12204913. OLE color: 12204913.

HSL color Cylindrical-coordinate representation of color #713BBA: hue angle of 265.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #713BBA is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11359186-
CMYK0.390.6800.27
HSL265.51º51.84%48.04%-
HSV(B)265.51º68.28%72.94%-
XYZ17.2410.1847.51-
YUV89.62182.39144.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 59 (23.44% from 255) = 16.48%
BLUE value IS 186 (73.05% from 255) = 51.96%
R=31.56%
G=16.48%
B=51.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113591860.390.6800.27265.5151.8448.04
Hex713BBA274401B10a3430
Octal16173272471040334126460
Binary1110001111011101110101001111000100011011100001010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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