Html Css Color HEX #713FD6 Purple Heart

📋 copy color: '#713FD6'

red 113 ◦ green 63 ◦ blue 214

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

Shades of Purple Heart #713FD6

Tints of Purple Heart #713FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.87%

R = 28.97%
G = 16.15%
B = 54.87%

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

#713FD6 (or 0x713FD6) is known color: Purple Heart. HEX triplet: 71, 3F and D6. RGB value is (113,63,214). Sum of RGB (Red+Green+Blue) = 113+63+214=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #713FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FD6 is #8EC029. Grayscale: #5E5E5E. Windows color (decimal): -9355306 or 14040945. OLE color: 14040945.

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

Color convert

RGB 113 63 214 -
CMYK 0.47 0.71 0 0.16
HSL 259.87º 0.65% 0.54% -
HSV(B) 259.87º 0.71% 0.84% -
XYZ 20.73 11.92 64.83 -
YUV 95.16 195.07 140.72 -
System Red Green Blue C M Y K H S L
Decimal 113 63 214 0.47 0.71 0 0.16 259.87 0.65 0.54
Hex 71 3F D6 2F 47 0 10 104 41 36
Octal 161 77 326 57 107 0 20 404 101 66
Binary 1110001 111111 11010110 101111 1000111 0 10000 100000100 1000001 110110

Color Harmonies of #713FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FD6

Black with #713FD6

Text Example


Text Example

White with #713FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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