Html Css Color HEX #711BBE Purple Heart

📋 copy color: '#711BBE'

red 113 ◦ green 27 ◦ blue 190

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

Shades of Purple Heart #711BBE

Tints of Purple Heart #711BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.18%

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

R = 34.24%
G = 8.18%
B = 57.58%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#711BBE (or 0x711BBE) is known color: Purple Heart. HEX triplet: 71, 1B and BE. RGB value is (113,27,190). Sum of RGB (Red+Green+Blue) = 113+27+190=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 190 (74.61% from 255 or 57.58% from 330); Max value from RGB is 190 - color contains mainly: blue. Hex color #711BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711BBE is #8EE441. Grayscale: #464646. Windows color (decimal): -9364546 or 12458865. OLE color: 12458865.

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

Color convert

RGB 113 27 190 -
CMYK 0.41 0.86 0 0.25
HSL 271.66º 0.75% 0.43% -
HSV(B) 271.66º 0.86% 0.75% -
XYZ 16.5 8.01 49.39 -
YUV 71.3 194.99 157.75 -
System Red Green Blue C M Y K H S L
Decimal 113 27 190 0.41 0.86 0 0.25 271.66 0.75 0.43
Hex 71 1B BE 29 56 0 19 110 4B 2B
Octal 161 33 276 51 126 0 31 420 113 53
Binary 1110001 11011 10111110 101001 1010110 0 11001 100010000 1001011 101011

Color Harmonies of #711BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BBE

Black with #711BBE

Text Example


Text Example

White with #711BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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