Html Css Color HEX #713FCD Purple Heart

📋 copy color: '#713FCD'

red 113 ◦ green 63 ◦ blue 205

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

Shades of Purple Heart #713FCD

Tints of Purple Heart #713FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 16.54%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 29.66%
G = 16.54%
B = 53.81%

CMYK

 C value IS 0.45

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#713FCD (or 0x713FCD) is known color: Purple Heart. HEX triplet: 71, 3F and CD. RGB value is (113,63,205). Sum of RGB (Red+Green+Blue) = 113+63+205=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 63 (25% from 255 or 16.54% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #713FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713FCD is #8EC032. Grayscale: #5D5D5D. Windows color (decimal): -9355315 or 13451121. OLE color: 13451121.

HSL color Cylindrical-coordinate representation of color #713FCD: hue angle of 261.13º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #713FCD is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 63 205 -
CMYK 0.45 0.69 0 0.20
HSL 261.13º 0.59% 0.53% -
HSV(B) 261.13º 0.69% 0.8% -
XYZ 19.61 11.47 58.94 -
YUV 94.14 190.57 141.45 -
System Red Green Blue C M Y K H S L
Decimal 113 63 205 0.45 0.69 0 0.20 261.13 0.59 0.53
Hex 71 3F CD 2D 45 0 14 105 3B 35
Octal 161 77 315 55 105 0 24 405 73 65
Binary 1110001 111111 11001101 101101 1000101 0 10100 100000101 111011 110101

Color Harmonies of #713FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713FCD

Black with #713FCD

Text Example


Text Example

White with #713FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,63,205); }

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

background-color css

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

 a { background-color: rgb(113,63,205); }

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

border-color css

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

 span { border-color: rgb(113,63,205); }

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