Html Css Color HEX #711FC6 Purple Heart

📋 copy color: '#711FC6'

red 113 ◦ green 31 ◦ blue 198

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

Shades of Purple Heart #711FC6

Tints of Purple Heart #711FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.06%

 BLUE value IS 198 (77.73% from 255) = 57.89%

R = 33.04%
G = 9.06%
B = 57.89%

CMYK

 C value IS 0.43

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#711FC6 (or 0x711FC6) is known color: Purple Heart. HEX triplet: 71, 1F and C6. RGB value is (113,31,198). Sum of RGB (Red+Green+Blue) = 113+31+198=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #711FC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FC6 is #8EE039. Grayscale: #494949. Windows color (decimal): -9363514 or 12984177. OLE color: 12984177.

HSL color Cylindrical-coordinate representation of color #711FC6: hue angle of 269.46º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711FC6 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 31 198 -
CMYK 0.43 0.84 0 0.22
HSL 269.46º 0.73% 0.45% -
HSV(B) 269.46º 0.84% 0.78% -
XYZ 17.49 8.57 54.16 -
YUV 74.56 197.67 155.42 -
System Red Green Blue C M Y K H S L
Decimal 113 31 198 0.43 0.84 0 0.22 269.46 0.73 0.45
Hex 71 1F C6 2B 54 0 16 10D 49 2D
Octal 161 37 306 53 124 0 26 415 111 55
Binary 1110001 11111 11000110 101011 1010100 0 10110 100001101 1001001 101101

Color Harmonies of #711FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FC6

Black with #711FC6

Text Example


Text Example

White with #711FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,31,198); }

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

background-color css

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

 a { background-color: rgb(113,31,198); }

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

border-color css

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

 span { border-color: rgb(113,31,198); }

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