Html Css Color HEX #711DBC Purple Heart

📋 copy color: '#711DBC'

red 113 ◦ green 29 ◦ blue 188

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

Shades of Purple Heart #711DBC

Tints of Purple Heart #711DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.79%

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

R = 34.24%
G = 8.79%
B = 56.97%

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

#711DBC (or 0x711DBC) is known color: Purple Heart. HEX triplet: 71, 1D and BC. RGB value is (113,29,188). Sum of RGB (Red+Green+Blue) = 113+29+188=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 29 (11.72% from 255 or 8.79% from 330); Blue value is 188 (73.83% from 255 or 56.97% from 330); Max value from RGB is 188 - color contains mainly: blue. Hex color #711DBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DBC is #8EE243. Grayscale: #474747. Windows color (decimal): -9364036 or 12328305. OLE color: 12328305.

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

Color convert

RGB 113 29 188 -
CMYK 0.40 0.85 0 0.26
HSL 271.7º 0.73% 0.43% -
HSV(B) 271.7º 0.85% 0.74% -
XYZ 16.33 8.02 48.26 -
YUV 72.24 193.33 157.07 -
System Red Green Blue C M Y K H S L
Decimal 113 29 188 0.40 0.85 0 0.26 271.7 0.73 0.43
Hex 71 1D BC 28 55 0 1A 110 49 2B
Octal 161 35 274 50 125 0 32 420 111 53
Binary 1110001 11101 10111100 101000 1010101 0 11010 100010000 1001001 101011

Color Harmonies of #711DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DBC

Black with #711DBC

Text Example


Text Example

White with #711DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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