Html Css Color HEX #711FBC Purple Heart

📋 copy color: '#711FBC'

red 113 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #711FBC

Tints of Purple Heart #711FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.34%

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

R = 34.04%
G = 9.34%
B = 56.63%

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

#711FBC (or 0x711FBC) is known color: Purple Heart. HEX triplet: 71, 1F and BC. RGB value is (113,31,188). Sum of RGB (Red+Green+Blue) = 113+31+188=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 188 (73.83% from 255 or 56.63% from 332); Max value from RGB is 188 - color contains mainly: blue. Hex color #711FBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FBC is #8EE043. Grayscale: #484848. Windows color (decimal): -9363524 or 12328817. OLE color: 12328817.

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

Color convert

RGB 113 31 188 -
CMYK 0.40 0.84 0 0.26
HSL 271.34º 0.72% 0.43% -
HSV(B) 271.34º 0.84% 0.74% -
XYZ 16.38 8.12 48.28 -
YUV 73.42 192.67 156.23 -
System Red Green Blue C M Y K H S L
Decimal 113 31 188 0.40 0.84 0 0.26 271.34 0.72 0.43
Hex 71 1F BC 28 54 0 1A 10F 48 2B
Octal 161 37 274 50 124 0 32 417 110 53
Binary 1110001 11111 10111100 101000 1010100 0 11010 100001111 1001000 101011

Color Harmonies of #711FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FBC

Black with #711FBC

Text Example


Text Example

White with #711FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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