Html Css Color HEX #711ACE Purple Heart

📋 copy color: '#711ACE'

red 113 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #711ACE

Tints of Purple Heart #711ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 32.75%
G = 7.54%
B = 59.71%

CMYK

 C value IS 0.45

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#711ACE (or 0x711ACE) is known color: Purple Heart. HEX triplet: 71, 1A and CE. RGB value is (113,26,206). Sum of RGB (Red+Green+Blue) = 113+26+206=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 26 (10.55% from 255 or 7.54% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #711ACE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711ACE is #8EE531. Grayscale: #474747. Windows color (decimal): -9364786 or 13507185. OLE color: 13507185.

HSL color Cylindrical-coordinate representation of color #711ACE: hue angle of 269º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711ACE is Cyan = 0.45, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 26 206 -
CMYK 0.45 0.87 0 0.19
HSL 269º 0.78% 0.45% -
HSV(B) 269º 0.87% 0.81% -
XYZ 18.32 8.71 59.11 -
YUV 72.53 203.32 156.86 -
System Red Green Blue C M Y K H S L
Decimal 113 26 206 0.45 0.87 0 0.19 269 0.78 0.45
Hex 71 1A CE 2D 57 0 13 10D 4E 2D
Octal 161 32 316 55 127 0 23 415 116 55
Binary 1110001 11010 11001110 101101 1010111 0 10011 100001101 1001110 101101

Color Harmonies of #711ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711ACE

Black with #711ACE

Text Example


Text Example

White with #711ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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