Html Css Color HEX #713BDD Purple Heart

📋 copy color: '#713BDD'

red 113 ◦ green 59 ◦ blue 221

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

Shades of Purple Heart #713BDD

Tints of Purple Heart #713BDD

RGB

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

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

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

R = 28.75%
G = 15.01%
B = 56.23%

CMYK

 C value IS 0.49

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#713BDD (or 0x713BDD) is known color: Purple Heart. HEX triplet: 71, 3B and DD. RGB value is (113,59,221). Sum of RGB (Red+Green+Blue) = 113+59+221=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 59 (23.44% from 255 or 15.01% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #713BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BDD is #8EC422. Grayscale: #5D5D5D. Windows color (decimal): -9356323 or 14498673. OLE color: 14498673.

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

Color convert

RGB 113 59 221 -
CMYK 0.49 0.73 0 0.13
HSL 260º 0.7% 0.55% -
HSV(B) 260º 0.73% 0.87% -
XYZ 21.43 11.86 69.57 -
YUV 93.61 199.89 141.83 -
System Red Green Blue C M Y K H S L
Decimal 113 59 221 0.49 0.73 0 0.13 260 0.7 0.55
Hex 71 3B DD 31 49 0 D 104 46 37
Octal 161 73 335 61 111 0 15 404 106 67
Binary 1110001 111011 11011101 110001 1001001 0 1101 100000100 1000110 110111

Color Harmonies of #713BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BDD

Black with #713BDD

Text Example


Text Example

White with #713BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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