Html Css Color HEX #711DAF Purple Heart

📋 copy color: '#711DAF'

red 113 ◦ green 29 ◦ blue 175

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

Shades of Purple Heart #711DAF

Tints of Purple Heart #711DAF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.15%

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

R = 35.65%
G = 9.15%
B = 55.21%

CMYK

 C value IS 0.35

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#711DAF (or 0x711DAF) is known color: Purple Heart. HEX triplet: 71, 1D and AF. RGB value is (113,29,175). Sum of RGB (Red+Green+Blue) = 113+29+175=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #711DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #711DAF is #8EE250. Grayscale: #464646. Windows color (decimal): -9364049 or 11476337. OLE color: 11476337.

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

Color convert

RGB 113 29 175 -
CMYK 0.35 0.83 0 0.31
HSL 274.52º 0.72% 0.4% -
HSV(B) 274.52º 0.83% 0.69% -
XYZ 14.99 7.48 41.21 -
YUV 70.76 186.83 158.13 -
System Red Green Blue C M Y K H S L
Decimal 113 29 175 0.35 0.83 0 0.31 274.52 0.72 0.4
Hex 71 1D AF 23 53 0 1F 113 48 28
Octal 161 35 257 43 123 0 37 423 110 50
Binary 1110001 11101 10101111 100011 1010011 0 11111 100010011 1001000 101000

Color Harmonies of #711DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DAF

Black with #711DAF

Text Example


Text Example

White with #711DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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