#713EBA

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

Shades of Purple Heart #713EBA

Tints of Purple Heart #713EBA

Color information

#713EBA (or 0x713EBA) is unknown color: approx Purple Heart. HEX triplet: 71, 3E and BA. RGB value is (113,62,186). Sum of RGB (Red+Green+Blue) = 113+62+186=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #713EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EBA is #8EC145. Grayscale: #5A5A5A. Windows color (decimal): -9355590 or 12205681. OLE color: 12205681.

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

Color convert

RGB11362186-
CMYK0.390.6700.27
HSL264.68º50%48.63%-
HSV(B)264.68º66.67%72.94%-
XYZ17.410.547.56-
YUV91.38181.4143.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 186 (73.05% from 255) = 51.52%
R=31.30%
G=17.17%
B=51.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113621860.390.6700.27264.685048.63
Hex713EBA274301B1093231
Octal16176272471030334116261
Binary1110001111110101110101001111000011011011100001001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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