Html Css Color HEX #713BC1 Purple Heart

📋 copy color: '#713BC1'

red 113 ◦ green 59 ◦ blue 193

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

Shades of Purple Heart #713BC1

Tints of Purple Heart #713BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 52.88%

R = 30.96%
G = 16.16%
B = 52.88%

CMYK

 C value IS 0.41

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#713BC1 (or 0x713BC1) is known color: Purple Heart. HEX triplet: 71, 3B and C1. RGB value is (113,59,193). Sum of RGB (Red+Green+Blue) = 113+59+193=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 59 (23.44% from 255 or 16.16% from 365); Blue value is 193 (75.78% from 255 or 52.88% from 365); Max value from RGB is 193 - color contains mainly: blue. Hex color #713BC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713BC1 is #8EC43E. Grayscale: #595959. Windows color (decimal): -9356351 or 12663665. OLE color: 12663665.

HSL color Cylindrical-coordinate representation of color #713BC1: hue angle of 264.18º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713BC1 is Cyan = 0.41, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 59 193 -
CMYK 0.41 0.69 0 0.24
HSL 264.18º 0.53% 0.49% -
HSV(B) 264.18º 0.69% 0.76% -
XYZ 18 10.49 51.53 -
YUV 90.42 185.89 144.1 -
System Red Green Blue C M Y K H S L
Decimal 113 59 193 0.41 0.69 0 0.24 264.18 0.53 0.49
Hex 71 3B C1 29 45 0 18 108 35 31
Octal 161 73 301 51 105 0 30 410 65 61
Binary 1110001 111011 11000001 101001 1000101 0 11000 100001000 110101 110001

Color Harmonies of #713BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713BC1

Black with #713BC1

Text Example


Text Example

White with #713BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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