Html Css Color HEX #713ECD Purple Heart

📋 copy color: '#713ECD'

red 113 ◦ green 62 ◦ blue 205

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

Shades of Purple Heart #713ECD

Tints of Purple Heart #713ECD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.32%

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

R = 29.74%
G = 16.32%
B = 53.95%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#713ECD (or 0x713ECD) is known color: Purple Heart. HEX triplet: 71, 3E and CD. RGB value is (113,62,205). Sum of RGB (Red+Green+Blue) = 113+62+205=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 205 (80.47% from 255 or 53.95% from 380); Max value from RGB is 205 - color contains mainly: blue. Hex color #713ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ECD is #8EC132. Grayscale: #5D5D5D. Windows color (decimal): -9355571 or 13450865. OLE color: 13450865.

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

Color convert

RGB 113 62 205 -
CMYK 0.45 0.70 0 0.20
HSL 261.4º 0.59% 0.52% -
HSV(B) 261.4º 0.7% 0.8% -
XYZ 19.55 11.36 58.92 -
YUV 93.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 113 62 205 0.45 0.70 0 0.20 261.4 0.59 0.52
Hex 71 3E CD 2D 46 0 14 105 3B 34
Octal 161 76 315 55 106 0 24 405 73 64
Binary 1110001 111110 11001101 101101 1000110 0 10100 100000101 111011 110100

Color Harmonies of #713ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ECD

Black with #713ECD

Text Example


Text Example

White with #713ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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