Html Css Color HEX #711CBC Purple Heart

📋 copy color: '#711CBC'

red 113 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #711CBC

Tints of Purple Heart #711CBC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

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

R = 34.35%
G = 8.51%
B = 57.14%

CMYK

 C value IS 0.40

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#711CBC (or 0x711CBC) is known color: Purple Heart. HEX triplet: 71, 1C and BC. RGB value is (113,28,188). Sum of RGB (Red+Green+Blue) = 113+28+188=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #711CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CBC is #8EE343. Grayscale: #474747. Windows color (decimal): -9364292 or 12328049. OLE color: 12328049.

HSL color Cylindrical-coordinate representation of color #711CBC: hue angle of 271.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711CBC is Cyan = 0.40, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 28 188 -
CMYK 0.40 0.85 0 0.26
HSL 271.88º 0.74% 0.42% -
HSV(B) 271.88º 0.85% 0.74% -
XYZ 16.3 7.97 48.26 -
YUV 71.66 193.66 157.49 -
System Red Green Blue C M Y K H S L
Decimal 113 28 188 0.40 0.85 0 0.26 271.88 0.74 0.42
Hex 71 1C BC 28 55 0 1A 110 4A 2A
Octal 161 34 274 50 125 0 32 420 112 52
Binary 1110001 11100 10111100 101000 1010101 0 11010 100010000 1001010 101010

Color Harmonies of #711CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CBC

Black with #711CBC

Text Example


Text Example

White with #711CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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