Html Css Color HEX #713BD6 Purple Heart

📋 copy color: '#713BD6'

red 113 ◦ green 59 ◦ blue 214

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

Shades of Purple Heart #713BD6

Tints of Purple Heart #713BD6

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.28%

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

R = 29.27%
G = 15.28%
B = 55.44%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#713BD6 (or 0x713BD6) is known color: Purple Heart. HEX triplet: 71, 3B and D6. RGB value is (113,59,214). Sum of RGB (Red+Green+Blue) = 113+59+214=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 214 (83.98% from 255 or 55.44% from 386); Max value from RGB is 214 - color contains mainly: blue. Hex color #713BD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BD6 is #8EC429. Grayscale: #5C5C5C. Windows color (decimal): -9356330 or 14039921. OLE color: 14039921.

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

Color convert

RGB 113 59 214 -
CMYK 0.47 0.72 0 0.16
HSL 260.9º 0.65% 0.54% -
HSV(B) 260.9º 0.72% 0.84% -
XYZ 20.51 11.49 64.76 -
YUV 92.82 196.39 142.4 -
System Red Green Blue C M Y K H S L
Decimal 113 59 214 0.47 0.72 0 0.16 260.9 0.65 0.54
Hex 71 3B D6 2F 48 0 10 105 41 36
Octal 161 73 326 57 110 0 20 405 101 66
Binary 1110001 111011 11010110 101111 1001000 0 10000 100000101 1000001 110110

Color Harmonies of #713BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BD6

Black with #713BD6

Text Example


Text Example

White with #713BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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