Html Css Color HEX #711BAB Purple Heart

📋 copy color: '#711BAB'

red 113 ◦ green 27 ◦ blue 171

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

Shades of Purple Heart #711BAB

Tints of Purple Heart #711BAB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.68%

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

R = 36.33%
G = 8.68%
B = 54.98%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#711BAB (or 0x711BAB) is known color: Purple Heart. HEX triplet: 71, 1B and AB. RGB value is (113,27,171). Sum of RGB (Red+Green+Blue) = 113+27+171=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 27 (10.94% from 255 or 8.68% from 311); Blue value is 171 (67.19% from 255 or 54.98% from 311); Max value from RGB is 171 - color contains mainly: blue. Hex color #711BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711BAB is #8EE454. Grayscale: #444444. Windows color (decimal): -9364565 or 11213681. OLE color: 11213681.

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

Color convert

RGB 113 27 171 -
CMYK 0.34 0.84 0 0.33
HSL 275.83º 0.73% 0.39% -
HSV(B) 275.83º 0.84% 0.67% -
XYZ 14.55 7.23 39.16 -
YUV 69.13 185.49 159.29 -
System Red Green Blue C M Y K H S L
Decimal 113 27 171 0.34 0.84 0 0.33 275.83 0.73 0.39
Hex 71 1B AB 22 54 0 21 114 49 27
Octal 161 33 253 42 124 0 41 424 111 47
Binary 1110001 11011 10101011 100010 1010100 0 100001 100010100 1001001 100111

Color Harmonies of #711BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BAB

Black with #711BAB

Text Example


Text Example

White with #711BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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