Html Css Color HEX #711EBE Purple Heart

📋 copy color: '#711EBE'

red 113 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #711EBE

Tints of Purple Heart #711EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 57.06%

R = 33.93%
G = 9.01%
B = 57.06%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#711EBE (or 0x711EBE) is known color: Purple Heart. HEX triplet: 71, 1E and BE. RGB value is (113,30,190). Sum of RGB (Red+Green+Blue) = 113+30+190=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #711EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711EBE is #8EE141. Grayscale: #484848. Windows color (decimal): -9363778 or 12459633. OLE color: 12459633.

HSL color Cylindrical-coordinate representation of color #711EBE: hue angle of 271.12º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711EBE is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 30 190 -
CMYK 0.41 0.84 0 0.25
HSL 271.13º 0.73% 0.43% -
HSV(B) 271.13º 0.84% 0.75% -
XYZ 16.57 8.16 49.42 -
YUV 73.06 194 156.49 -
System Red Green Blue C M Y K H S L
Decimal 113 30 190 0.41 0.84 0 0.25 271.13 0.73 0.43
Hex 71 1E BE 29 54 0 19 10F 49 2B
Octal 161 36 276 51 124 0 31 417 111 53
Binary 1110001 11110 10111110 101001 1010100 0 11001 100001111 1001001 101011

Color Harmonies of #711EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EBE

Black with #711EBE

Text Example


Text Example

White with #711EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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