#713DB8

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

Shades of Purple Heart #713DB8

Tints of Purple Heart #713DB8

Color information

#713DB8 (or 0x713DB8) is unknown color: approx Purple Heart. HEX triplet: 71, 3D and B8. RGB value is (113,61,184). Sum of RGB (Red+Green+Blue) = 113+61+184=358 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.56% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #713DB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DB8 is #8EC247. Grayscale: #5A5A5A. Windows color (decimal): -9355848 or 12074353. OLE color: 12074353.

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

Color convert

RGB11361184-
CMYK0.390.6700.28
HSL265.37º50.2%48.04%-
HSV(B)265.37º66.85%72.16%-
XYZ17.1310.3146.43-
YUV90.57180.73144-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.56%
GREEN value IS 61 (24.22% from 255) = 17.04%
BLUE value IS 184 (72.27% from 255) = 51.40%
R=31.56%
G=17.04%
B=51.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal113611840.390.6700.28265.3750.248.04
Hex713DB8274301C1093230
Octal16175270471030344116260
Binary1110001111101101110001001111000011011100100001001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,61,184); }

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

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

 a { background-color: rgb(113,61,184); }

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

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

 span { border-color: rgb(113,61,184); }

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