Html Css Color HEX #713FD7 Purple Heart

📋 copy color: '#713FD7'

red 113 ◦ green 63 ◦ blue 215

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

Shades of Purple Heart #713FD7

Tints of Purple Heart #713FD7

RGB

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

 GREEN value IS 63 (25% from 255) = 16.11%

 BLUE value IS 215 (84.38% from 255) = 54.99%

R = 28.9%
G = 16.11%
B = 54.99%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#713FD7 (or 0x713FD7) is known color: Purple Heart. HEX triplet: 71, 3F and D7. RGB value is (113,63,215). Sum of RGB (Red+Green+Blue) = 113+63+215=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #713FD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FD7 is #8EC028. Grayscale: #5E5E5E. Windows color (decimal): -9355305 or 14106481. OLE color: 14106481.

HSL color Cylindrical-coordinate representation of color #713FD7: hue angle of 259.74º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #713FD7 is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 63 215 -
CMYK 0.47 0.71 0 0.16
HSL 259.74º 0.66% 0.55% -
HSV(B) 259.74º 0.71% 0.84% -
XYZ 20.85 11.97 65.5 -
YUV 95.28 195.57 140.64 -
System Red Green Blue C M Y K H S L
Decimal 113 63 215 0.47 0.71 0 0.16 259.74 0.66 0.55
Hex 71 3F D7 2F 47 0 10 104 42 37
Octal 161 77 327 57 107 0 20 404 102 67
Binary 1110001 111111 11010111 101111 1000111 0 10000 100000100 1000010 110111

Color Harmonies of #713FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FD7

Black with #713FD7

Text Example


Text Example

White with #713FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,215); }

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

background-color css

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

 a { background-color: rgb(113,63,215); }

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

border-color css

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

 span { border-color: rgb(113,63,215); }

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