Html Css Color HEX #711AAF Purple Heart

📋 copy color: '#711AAF'

red 113 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #711AAF

Tints of Purple Heart #711AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.73%

R = 35.99%
G = 8.28%
B = 55.73%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#711AAF (or 0x711AAF) is known color: Purple Heart. HEX triplet: 71, 1A and AF. RGB value is (113,26,175). Sum of RGB (Red+Green+Blue) = 113+26+175=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 26 (10.55% from 255 or 8.28% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #711AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711AAF is #8EE550. Grayscale: #444444. Windows color (decimal): -9364817 or 11475569. OLE color: 11475569.

HSL color Cylindrical-coordinate representation of color #711AAF: hue angle of 275.03º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711AAF is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 26 175 -
CMYK 0.35 0.85 0 0.31
HSL 275.03º 0.74% 0.39% -
HSV(B) 275.03º 0.85% 0.69% -
XYZ 14.92 7.34 41.19 -
YUV 69 187.82 159.38 -
System Red Green Blue C M Y K H S L
Decimal 113 26 175 0.35 0.85 0 0.31 275.03 0.74 0.39
Hex 71 1A AF 23 55 0 1F 113 4A 27
Octal 161 32 257 43 125 0 37 423 112 47
Binary 1110001 11010 10101111 100011 1010101 0 11111 100010011 1001010 100111

Color Harmonies of #711AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AAF

Black with #711AAF

Text Example


Text Example

White with #711AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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