Html Css Color HEX #713BDA Purple Heart

📋 copy color: '#713BDA'

red 113 ◦ green 59 ◦ blue 218

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

Shades of Purple Heart #713BDA

Tints of Purple Heart #713BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 55.9%

R = 28.97%
G = 15.13%
B = 55.9%

CMYK

 C value IS 0.48

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#713BDA (or 0x713BDA) is known color: Purple Heart. HEX triplet: 71, 3B and DA. RGB value is (113,59,218). Sum of RGB (Red+Green+Blue) = 113+59+218=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 218 (85.55% from 255 or 55.90% from 390); Max value from RGB is 218 - color contains mainly: blue. Hex color #713BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BDA is #8EC425. Grayscale: #5C5C5C. Windows color (decimal): -9356326 or 14302065. OLE color: 14302065.

HSL color Cylindrical-coordinate representation of color #713BDA: hue angle of 260.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #713BDA is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 113 59 218 -
CMYK 0.48 0.73 0 0.15
HSL 260.38º 0.68% 0.54% -
HSV(B) 260.38º 0.73% 0.85% -
XYZ 21.03 11.7 67.48 -
YUV 93.27 198.39 142.07 -
System Red Green Blue C M Y K H S L
Decimal 113 59 218 0.48 0.73 0 0.15 260.38 0.68 0.54
Hex 71 3B DA 30 49 0 F 104 44 36
Octal 161 73 332 60 111 0 17 404 104 66
Binary 1110001 111011 11011010 110000 1001001 0 1111 100000100 1000100 110110

Color Harmonies of #713BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BDA

Black with #713BDA

Text Example


Text Example

White with #713BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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