#713EDD

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

Shades of Purple Heart #713EDD

Tints of Purple Heart #713EDD

Color information

#713EDD (or 0x713EDD) is unknown color: approx Purple Heart. HEX triplet: 71, 3E and DD. RGB value is (113,62,221). Sum of RGB (Red+Green+Blue) = 113+62+221=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #713EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EDD is #8EC122. Grayscale: #5E5E5E. Windows color (decimal): -9355555 or 14499441. OLE color: 14499441.

HSL color Cylindrical-coordinate representation of color #713EDD: hue angle of 259.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713EDD is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11362221-
CMYK0.490.7200.13
HSL259.25º70.04%55.49%-
HSV(B)259.25º71.95%86.67%-
XYZ21.5812.1869.62-
YUV95.38198.9140.57-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 221 (86.72% from 255) = 55.81%
R=28.54%
G=15.66%
B=55.81%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal113622210.490.7200.13259.2570.0455.49
Hex713EDD31480D1034637
Octal161763356111001540310667
Binary1110001111110110111011100011001000011011000000111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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