Html Css Color HEX #711AD6 Purple Heart

📋 copy color: '#711AD6'

red 113 ◦ green 26 ◦ blue 214

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

Shades of Purple Heart #711AD6

Tints of Purple Heart #711AD6

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.37%

 BLUE value IS 214 (83.98% from 255) = 60.62%

R = 32.01%
G = 7.37%
B = 60.62%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#711AD6 (or 0x711AD6) is known color: Purple Heart. HEX triplet: 71, 1A and D6. RGB value is (113,26,214). Sum of RGB (Red+Green+Blue) = 113+26+214=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 26 (10.55% from 255 or 7.37% from 353); Blue value is 214 (83.98% from 255 or 60.62% from 353); Max value from RGB is 214 - color contains mainly: blue. Hex color #711AD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711AD6 is #8EE529. Grayscale: #484848. Windows color (decimal): -9364778 or 14031473. OLE color: 14031473.

HSL color Cylindrical-coordinate representation of color #711AD6: hue angle of 267.77º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711AD6 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 113 26 214 -
CMYK 0.47 0.88 0 0.16
HSL 267.77º 0.78% 0.47% -
HSV(B) 267.77º 0.88% 0.84% -
XYZ 19.32 9.1 64.36 -
YUV 73.45 207.32 156.21 -
System Red Green Blue C M Y K H S L
Decimal 113 26 214 0.47 0.88 0 0.16 267.77 0.78 0.47
Hex 71 1A D6 2F 58 0 10 10C 4E 2F
Octal 161 32 326 57 130 0 20 414 116 57
Binary 1110001 11010 11010110 101111 1011000 0 10000 100001100 1001110 101111

Color Harmonies of #711AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AD6

Black with #711AD6

Text Example


Text Example

White with #711AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,214); }

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

background-color css

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

 a { background-color: rgb(113,26,214); }

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

border-color css

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

 span { border-color: rgb(113,26,214); }

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