Html Css Color HEX #711BAE Purple Heart

📋 copy color: '#711BAE'

red 113 ◦ green 27 ◦ blue 174

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

Shades of Purple Heart #711BAE

Tints of Purple Heart #711BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 55.41%

R = 35.99%
G = 8.6%
B = 55.41%

CMYK

 C value IS 0.35

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#711BAE (or 0x711BAE) is known color: Purple Heart. HEX triplet: 71, 1B and AE. RGB value is (113,27,174). Sum of RGB (Red+Green+Blue) = 113+27+174=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 27 (10.94% from 255 or 8.60% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #711BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711BAE is #8EE451. Grayscale: #444444. Windows color (decimal): -9364562 or 11410289. OLE color: 11410289.

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

Color convert

RGB 113 27 174 -
CMYK 0.35 0.84 0 0.32
HSL 275.1º 0.73% 0.39% -
HSV(B) 275.1º 0.84% 0.68% -
XYZ 14.84 7.35 40.68 -
YUV 69.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 113 27 174 0.35 0.84 0 0.32 275.1 0.73 0.39
Hex 71 1B AE 23 54 0 20 113 49 27
Octal 161 33 256 43 124 0 40 423 111 47
Binary 1110001 11011 10101110 100011 1010100 0 100000 100010011 1001001 100111

Color Harmonies of #711BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BAE

Black with #711BAE

Text Example


Text Example

White with #711BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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