Html Css Color HEX #713EDD Purple Heart

📋 copy color: '#713EDD'

red 113 ◦ green 62 ◦ blue 221

#713EDD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #713EDD

Tints of Purple Heart #713EDD

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 value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#713EDD (or 0x713EDD) is known color: 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

RGB 113 62 221 -
CMYK 0.49 0.72 0 0.13
HSL 259.25º 0.7% 0.55% -
HSV(B) 259.25º 0.72% 0.87% -
XYZ 21.58 12.18 69.62 -
YUV 95.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 113 62 221 0.49 0.72 0 0.13 259.25 0.7 0.55
Hex 71 3E DD 31 48 0 D 103 46 37
Octal 161 76 335 61 110 0 15 403 106 67
Binary 1110001 111110 11011101 110001 1001000 0 1101 100000011 1000110 110111

Color Harmonies of #713EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EDD

Black with #713EDD

Text Example


Text Example

White with #713EDD

Text Example


Text Example

HTML Codes & Css Web 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>