Html Css Color HEX #711FAB Purple Heart

📋 copy color: '#711FAB'

red 113 ◦ green 31 ◦ blue 171

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

Shades of Purple Heart #711FAB

Tints of Purple Heart #711FAB

RGB

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

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

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

R = 35.87%
G = 9.84%
B = 54.29%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#711FAB (or 0x711FAB) is known color: Purple Heart. HEX triplet: 71, 1F and AB. RGB value is (113,31,171). Sum of RGB (Red+Green+Blue) = 113+31+171=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 171 (67.19% from 255 or 54.29% from 315); Max value from RGB is 171 - color contains mainly: blue. Hex color #711FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711FAB is #8EE054. Grayscale: #474747. Windows color (decimal): -9363541 or 11214705. OLE color: 11214705.

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

Color convert

RGB 113 31 171 -
CMYK 0.34 0.82 0 0.33
HSL 275.14º 0.69% 0.4% -
HSV(B) 275.14º 0.82% 0.67% -
XYZ 14.65 7.43 39.19 -
YUV 71.48 184.17 157.62 -
System Red Green Blue C M Y K H S L
Decimal 113 31 171 0.34 0.82 0 0.33 275.14 0.69 0.4
Hex 71 1F AB 22 52 0 21 113 45 28
Octal 161 37 253 42 122 0 41 423 105 50
Binary 1110001 11111 10101011 100010 1010010 0 100001 100010011 1000101 101000

Color Harmonies of #711FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FAB

Black with #711FAB

Text Example


Text Example

White with #711FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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