Html Css Color HEX #713CDB Purple Heart

📋 copy color: '#713CDB'

red 113 ◦ green 60 ◦ blue 219

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

Shades of Purple Heart #713CDB

Tints of Purple Heart #713CDB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.31%

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

R = 28.83%
G = 15.31%
B = 55.87%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#713CDB (or 0x713CDB) is known color: Purple Heart. HEX triplet: 71, 3C and DB. RGB value is (113,60,219). Sum of RGB (Red+Green+Blue) = 113+60+219=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 60 (23.83% from 255 or 15.31% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #713CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713CDB is #8EC324. Grayscale: #5D5D5D. Windows color (decimal): -9356069 or 14367857. OLE color: 14367857.

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

Color convert

RGB 113 60 219 -
CMYK 0.48 0.73 0 0.14
HSL 260º 0.69% 0.55% -
HSV(B) 260º 0.73% 0.86% -
XYZ 21.21 11.86 68.19 -
YUV 93.97 198.56 141.57 -
System Red Green Blue C M Y K H S L
Decimal 113 60 219 0.48 0.73 0 0.14 260 0.69 0.55
Hex 71 3C DB 30 49 0 E 104 45 37
Octal 161 74 333 60 111 0 16 404 105 67
Binary 1110001 111100 11011011 110000 1001001 0 1110 100000100 1000101 110111

Color Harmonies of #713CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713CDB

Black with #713CDB

Text Example


Text Example

White with #713CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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