Html Css Color HEX #711AC9 Purple Heart

📋 copy color: '#711AC9'

red 113 ◦ green 26 ◦ blue 201

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

Shades of Purple Heart #711AC9

Tints of Purple Heart #711AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 59.12%

R = 33.24%
G = 7.65%
B = 59.12%

CMYK

 C value IS 0.44

 M value IS 0.87

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#711AC9 (or 0x711AC9) is known color: Purple Heart. HEX triplet: 71, 1A and C9. RGB value is (113,26,201). Sum of RGB (Red+Green+Blue) = 113+26+201=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 201 (78.91% from 255 or 59.12% from 340); Max value from RGB is 201 - color contains mainly: blue. Hex color #711AC9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711AC9 is #8EE536. Grayscale: #474747. Windows color (decimal): -9364791 or 13179505. OLE color: 13179505.

HSL color Cylindrical-coordinate representation of color #711AC9: hue angle of 269.83º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #711AC9 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 113 26 201 -
CMYK 0.44 0.87 0 0.21
HSL 269.83º 0.77% 0.45% -
HSV(B) 269.83º 0.87% 0.79% -
XYZ 17.72 8.47 55.96 -
YUV 71.96 200.82 157.27 -
System Red Green Blue C M Y K H S L
Decimal 113 26 201 0.44 0.87 0 0.21 269.83 0.77 0.45
Hex 71 1A C9 2C 57 0 15 10E 4D 2D
Octal 161 32 311 54 127 0 25 416 115 55
Binary 1110001 11010 11001001 101100 1010111 0 10101 100001110 1001101 101101

Color Harmonies of #711AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AC9

Black with #711AC9

Text Example


Text Example

White with #711AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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