Html Css Color HEX #713ADD Purple Heart

📋 copy color: '#713ADD'

red 113 ◦ green 58 ◦ blue 221

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

Shades of Purple Heart #713ADD

Tints of Purple Heart #713ADD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 14.8%

 BLUE value IS 221 (86.72% from 255) = 56.38%

R = 28.83%
G = 14.8%
B = 56.38%

CMYK

 C value IS 0.49

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#713ADD (or 0x713ADD) is known color: Purple Heart. HEX triplet: 71, 3A and DD. RGB value is (113,58,221). Sum of RGB (Red+Green+Blue) = 113+58+221=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #713ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ADD is #8EC522. Grayscale: #5C5C5C. Windows color (decimal): -9356579 or 14498417. OLE color: 14498417.

HSL color Cylindrical-coordinate representation of color #713ADD: hue angle of 260.25º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #713ADD is Cyan = 0.49, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 113 58 221 -
CMYK 0.49 0.74 0 0.13
HSL 260.25º 0.71% 0.55% -
HSV(B) 260.25º 0.74% 0.87% -
XYZ 21.37 11.76 69.55 -
YUV 93.03 200.22 142.25 -
System Red Green Blue C M Y K H S L
Decimal 113 58 221 0.49 0.74 0 0.13 260.25 0.71 0.55
Hex 71 3A DD 31 4A 0 D 104 47 37
Octal 161 72 335 61 112 0 15 404 107 67
Binary 1110001 111010 11011101 110001 1001010 0 1101 100000100 1000111 110111

Color Harmonies of #713ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ADD

Black with #713ADD

Text Example


Text Example

White with #713ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,58,221); }

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

background-color css

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

 a { background-color: rgb(113,58,221); }

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

border-color css

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

 span { border-color: rgb(113,58,221); }

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