Html Css Color HEX #711DAB Purple Heart

📋 copy color: '#711DAB'

red 113 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #711DAB

Tints of Purple Heart #711DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.63%

R = 36.1%
G = 9.27%
B = 54.63%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#711DAB (or 0x711DAB) is known color: Purple Heart. HEX triplet: 71, 1D and AB. RGB value is (113,29,171). Sum of RGB (Red+Green+Blue) = 113+29+171=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #711DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711DAB is #8EE254. Grayscale: #454545. Windows color (decimal): -9364053 or 11214193. OLE color: 11214193.

HSL color Cylindrical-coordinate representation of color #711DAB: hue angle of 275.49º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #711DAB is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 29 171 -
CMYK 0.34 0.83 0 0.33
HSL 275.49º 0.71% 0.39% -
HSV(B) 275.49º 0.83% 0.67% -
XYZ 14.6 7.33 39.17 -
YUV 70.3 184.83 158.45 -
System Red Green Blue C M Y K H S L
Decimal 113 29 171 0.34 0.83 0 0.33 275.49 0.71 0.39
Hex 71 1D AB 22 53 0 21 113 47 27
Octal 161 35 253 42 123 0 41 423 107 47
Binary 1110001 11101 10101011 100010 1010011 0 100001 100010011 1000111 100111

Color Harmonies of #711DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DAB

Black with #711DAB

Text Example


Text Example

White with #711DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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