#713DD2

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

Shades of Purple Heart #713DD2

Tints of Purple Heart #713DD2

Color information

#713DD2 (or 0x713DD2) is unknown color: approx Purple Heart. HEX triplet: 71, 3D and D2. RGB value is (113,61,210). Sum of RGB (Red+Green+Blue) = 113+61+210=384 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.43% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 210 (82.42% from 255 or 54.69% from 384); Max value from RGB is 210 - color contains mainly: blue. Hex color #713DD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713DD2 is #8EC22D. Grayscale: #5C5C5C. Windows color (decimal): -9355822 or 13778289. OLE color: 13778289.

HSL color Cylindrical-coordinate representation of color #713DD2: hue angle of 260.94º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713DD2 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11361210-
CMYK0.460.7100.18
HSL260.94º62.34%53.14%-
HSV(B)260.94º70.95%82.35%-
XYZ20.1111.562.13-
YUV93.53193.73141.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.43%
GREEN value IS 61 (24.22% from 255) = 15.89%
BLUE value IS 210 (82.42% from 255) = 54.69%
R=29.43%
G=15.89%
B=54.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal113612100.460.7100.18260.9462.3453.14
Hex713DD22E470121053e35
Octal16175322561070224057665
Binary1110001111101110100101011101000111010010100000101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713DD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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