Html Css Color HEX #711EBB Purple Heart

📋 copy color: '#711EBB'

red 113 ◦ green 30 ◦ blue 187

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

Shades of Purple Heart #711EBB

Tints of Purple Heart #711EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.67%

R = 34.24%
G = 9.09%
B = 56.67%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#711EBB (or 0x711EBB) is known color: Purple Heart. HEX triplet: 71, 1E and BB. RGB value is (113,30,187). Sum of RGB (Red+Green+Blue) = 113+30+187=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #711EBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711EBB is #8EE144. Grayscale: #484848. Windows color (decimal): -9363781 or 12263025. OLE color: 12263025.

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

Color convert

RGB 113 30 187 -
CMYK 0.40 0.84 0 0.27
HSL 271.72º 0.72% 0.43% -
HSV(B) 271.72º 0.84% 0.73% -
XYZ 16.24 8.03 47.71 -
YUV 72.72 192.5 156.73 -
System Red Green Blue C M Y K H S L
Decimal 113 30 187 0.40 0.84 0 0.27 271.72 0.72 0.43
Hex 71 1E BB 28 54 0 1B 110 48 2B
Octal 161 36 273 50 124 0 33 420 110 53
Binary 1110001 11110 10111011 101000 1010100 0 11011 100010000 1001000 101011

Color Harmonies of #711EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EBB

Black with #711EBB

Text Example


Text Example

White with #711EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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