Html Css Color HEX #711EBC Purple Heart

📋 copy color: '#711EBC'

red 113 ◦ green 30 ◦ blue 188

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

Shades of Purple Heart #711EBC

Tints of Purple Heart #711EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.8%

R = 34.14%
G = 9.06%
B = 56.8%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#711EBC (or 0x711EBC) is known color: Purple Heart. HEX triplet: 71, 1E and BC. RGB value is (113,30,188). Sum of RGB (Red+Green+Blue) = 113+30+188=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 188 (73.83% from 255 or 56.80% from 331); Max value from RGB is 188 - color contains mainly: blue. Hex color #711EBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711EBC is #8EE143. Grayscale: #484848. Windows color (decimal): -9363780 or 12328561. OLE color: 12328561.

HSL color Cylindrical-coordinate representation of color #711EBC: hue angle of 271.52º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711EBC is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 30 188 -
CMYK 0.40 0.84 0 0.26
HSL 271.52º 0.72% 0.43% -
HSV(B) 271.52º 0.84% 0.74% -
XYZ 16.35 8.07 48.27 -
YUV 72.83 193 156.65 -
System Red Green Blue C M Y K H S L
Decimal 113 30 188 0.40 0.84 0 0.26 271.52 0.72 0.43
Hex 71 1E BC 28 54 0 1A 110 48 2B
Octal 161 36 274 50 124 0 32 420 110 53
Binary 1110001 11110 10111100 101000 1010100 0 11010 100010000 1001000 101011

Color Harmonies of #711EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EBC

Black with #711EBC

Text Example


Text Example

White with #711EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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