Html Css Color HEX #713FDB Purple Heart

📋 copy color: '#713FDB'

red 113 ◦ green 63 ◦ blue 219

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

Shades of Purple Heart #713FDB

Tints of Purple Heart #713FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 55.44%

R = 28.61%
G = 15.95%
B = 55.44%

CMYK

 C value IS 0.48

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#713FDB (or 0x713FDB) is known color: Purple Heart. HEX triplet: 71, 3F and DB. RGB value is (113,63,219). Sum of RGB (Red+Green+Blue) = 113+63+219=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 219 (85.94% from 255 or 55.44% from 395); Max value from RGB is 219 - color contains mainly: blue. Hex color #713FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FDB is #8EC024. Grayscale: #5F5F5F. Windows color (decimal): -9355301 or 14368625. OLE color: 14368625.

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

Color convert

RGB 113 63 219 -
CMYK 0.48 0.71 0 0.14
HSL 259.23º 0.68% 0.55% -
HSV(B) 259.23º 0.71% 0.86% -
XYZ 21.37 12.18 68.24 -
YUV 95.73 197.57 140.32 -
System Red Green Blue C M Y K H S L
Decimal 113 63 219 0.48 0.71 0 0.14 259.23 0.68 0.55
Hex 71 3F DB 30 47 0 E 103 44 37
Octal 161 77 333 60 107 0 16 403 104 67
Binary 1110001 111111 11011011 110000 1000111 0 1110 100000011 1000100 110111

Color Harmonies of #713FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FDB

Black with #713FDB

Text Example


Text Example

White with #713FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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