Html Css Color HEX #711ECA Purple Heart

📋 copy color: '#711ECA'

red 113 ◦ green 30 ◦ blue 202

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

Shades of Purple Heart #711ECA

Tints of Purple Heart #711ECA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.7%

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 32.75%
G = 8.7%
B = 58.55%

CMYK

 C value IS 0.44

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#711ECA (or 0x711ECA) is known color: Purple Heart. HEX triplet: 71, 1E and CA. RGB value is (113,30,202). Sum of RGB (Red+Green+Blue) = 113+30+202=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #711ECA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ECA is #8EE135. Grayscale: #494949. Windows color (decimal): -9363766 or 13246065. OLE color: 13246065.

HSL color Cylindrical-coordinate representation of color #711ECA: hue angle of 268.95º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711ECA is Cyan = 0.44, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 30 202 -
CMYK 0.44 0.85 0 0.21
HSL 268.95º 0.74% 0.45% -
HSV(B) 268.95º 0.85% 0.79% -
XYZ 17.94 8.7 56.61 -
YUV 74.43 200 155.51 -
System Red Green Blue C M Y K H S L
Decimal 113 30 202 0.44 0.85 0 0.21 268.95 0.74 0.45
Hex 71 1E CA 2C 55 0 15 10D 4A 2D
Octal 161 36 312 54 125 0 25 415 112 55
Binary 1110001 11110 11001010 101100 1010101 0 10101 100001101 1001010 101101

Color Harmonies of #711ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711ECA

Black with #711ECA

Text Example


Text Example

White with #711ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711ECA; }

 p { color: rgb(113,30,202); }

 H1.HeaderClassName
 {
   color: #711ECA;
 }
 .AnyTagClassName
 {
   color: #711ECA;
 }
</style>

background-color css

<style>
 a { background-color: #711ECA; }

 a { background-color: rgb(113,30,202); }

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

border-color css

<style>
 span { border-color: #711ECA; }

 span { border-color: rgb(113,30,202); }

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