Html Css Color HEX #713EDC Purple Heart

📋 copy color: '#713EDC'

red 113 ◦ green 62 ◦ blue 220

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

Shades of Purple Heart #713EDC

Tints of Purple Heart #713EDC

RGB

 RED value IS 113 (44.53% from 255) = 28.61%

 GREEN value IS 62 (24.61% from 255) = 15.7%

 BLUE value IS 220 (86.33% from 255) = 55.7%

R = 28.61%
G = 15.7%
B = 55.7%

CMYK

 C value IS 0.49

 M value IS 0.72

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#713EDC (or 0x713EDC) is known color: Purple Heart. HEX triplet: 71, 3E and DC. RGB value is (113,62,220). Sum of RGB (Red+Green+Blue) = 113+62+220=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #713EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713EDC is #8EC123. Grayscale: #5E5E5E. Windows color (decimal): -9355556 or 14433905. OLE color: 14433905.

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

Color convert

RGB 113 62 220 -
CMYK 0.49 0.72 0 0.14
HSL 259.37º 0.69% 0.55% -
HSV(B) 259.37º 0.72% 0.86% -
XYZ 21.45 12.12 68.92 -
YUV 95.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 113 62 220 0.49 0.72 0 0.14 259.37 0.69 0.55
Hex 71 3E DC 31 48 0 E 103 45 37
Octal 161 76 334 61 110 0 16 403 105 67
Binary 1110001 111110 11011100 110001 1001000 0 1110 100000011 1000101 110111

Color Harmonies of #713EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713EDC

Black with #713EDC

Text Example


Text Example

White with #713EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #713EDC;
 }
 .AnyTagClassName
 {
   color: #713EDC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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