Html Css Color HEX #713ECE Purple Heart

📋 copy color: '#713ECE'

red 113 ◦ green 62 ◦ blue 206

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

Shades of Purple Heart #713ECE

Tints of Purple Heart #713ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.07%

R = 29.66%
G = 16.27%
B = 54.07%

CMYK

 C value IS 0.45

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#713ECE (or 0x713ECE) is known color: Purple Heart. HEX triplet: 71, 3E and CE. RGB value is (113,62,206). Sum of RGB (Red+Green+Blue) = 113+62+206=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 206 (80.86% from 255 or 54.07% from 381); Max value from RGB is 206 - color contains mainly: blue. Hex color #713ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #713ECE is #8EC131. Grayscale: #5D5D5D. Windows color (decimal): -9355570 or 13516401. OLE color: 13516401.

HSL color Cylindrical-coordinate representation of color #713ECE: hue angle of 261.25º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #713ECE is Cyan = 0.45, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 62 206 -
CMYK 0.45 0.70 0 0.19
HSL 261.25º 0.6% 0.53% -
HSV(B) 261.25º 0.7% 0.81% -
XYZ 19.67 11.41 59.56 -
YUV 93.67 191.4 141.79 -
System Red Green Blue C M Y K H S L
Decimal 113 62 206 0.45 0.70 0 0.19 261.25 0.6 0.53
Hex 71 3E CE 2D 46 0 13 105 3C 35
Octal 161 76 316 55 106 0 23 405 74 65
Binary 1110001 111110 11001110 101101 1000110 0 10011 100000101 111100 110101

Color Harmonies of #713ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713ECE

Black with #713ECE

Text Example


Text Example

White with #713ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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