Html Css Color HEX #713BD5 Purple Heart

📋 copy color: '#713BD5'

red 113 ◦ green 59 ◦ blue 213

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

Shades of Purple Heart #713BD5

Tints of Purple Heart #713BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.32%

R = 29.35%
G = 15.32%
B = 55.32%

CMYK

 C value IS 0.47

 M value IS 0.72

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#713BD5 (or 0x713BD5) is known color: Purple Heart. HEX triplet: 71, 3B and D5. RGB value is (113,59,213). Sum of RGB (Red+Green+Blue) = 113+59+213=385 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.35% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 213 (83.59% from 255 or 55.32% from 385); Max value from RGB is 213 - color contains mainly: blue. Hex color #713BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BD5 is #8EC42A. Grayscale: #5C5C5C. Windows color (decimal): -9356331 or 13974385. OLE color: 13974385.

HSL color Cylindrical-coordinate representation of color #713BD5: hue angle of 261.04º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #713BD5 is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 59 213 -
CMYK 0.47 0.72 0 0.16
HSL 261.04º 0.65% 0.53% -
HSV(B) 261.04º 0.72% 0.84% -
XYZ 20.38 11.44 64.09 -
YUV 92.7 195.89 142.48 -
System Red Green Blue C M Y K H S L
Decimal 113 59 213 0.47 0.72 0 0.16 261.04 0.65 0.53
Hex 71 3B D5 2F 48 0 10 105 41 35
Octal 161 73 325 57 110 0 20 405 101 65
Binary 1110001 111011 11010101 101111 1001000 0 10000 100000101 1000001 110101

Color Harmonies of #713BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BD5

Black with #713BD5

Text Example


Text Example

White with #713BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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