Html Css Color HEX #711EBF Purple Heart

📋 copy color: '#711EBF'

red 113 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #711EBF

Tints of Purple Heart #711EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 57.19%

R = 33.83%
G = 8.98%
B = 57.19%

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

#711EBF (or 0x711EBF) is known color: Purple Heart. HEX triplet: 71, 1E and BF. RGB value is (113,30,191). Sum of RGB (Red+Green+Blue) = 113+30+191=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 30 (12.11% from 255 or 8.98% from 334); Blue value is 191 (75% from 255 or 57.19% from 334); Max value from RGB is 191 - color contains mainly: blue. Hex color #711EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711EBF is #8EE140. Grayscale: #484848. Windows color (decimal): -9363777 or 12525169. OLE color: 12525169.

HSL color Cylindrical-coordinate representation of color #711EBF: hue angle of 270.93º 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 #711EBF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 30 191 -
CMYK 0.41 0.84 0 0.25
HSL 270.93º 0.73% 0.43% -
HSV(B) 270.93º 0.84% 0.75% -
XYZ 16.68 8.2 49.99 -
YUV 73.17 194.5 156.41 -
System Red Green Blue C M Y K H S L
Decimal 113 30 191 0.41 0.84 0 0.25 270.93 0.73 0.43
Hex 71 1E BF 29 54 0 19 10F 49 2B
Octal 161 36 277 51 124 0 31 417 111 53
Binary 1110001 11110 10111111 101001 1010100 0 11001 100001111 1001001 101011

Color Harmonies of #711EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EBF

Black with #711EBF

Text Example


Text Example

White with #711EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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