Html Css Color HEX #711FC2 Purple Heart

📋 copy color: '#711FC2'

red 113 ◦ green 31 ◦ blue 194

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

Shades of Purple Heart #711FC2

Tints of Purple Heart #711FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 57.4%

R = 33.43%
G = 9.17%
B = 57.4%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#711FC2 (or 0x711FC2) is known color: Purple Heart. HEX triplet: 71, 1F and C2. RGB value is (113,31,194). Sum of RGB (Red+Green+Blue) = 113+31+194=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 194 (76.17% from 255 or 57.40% from 338); Max value from RGB is 194 - color contains mainly: blue. Hex color #711FC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FC2 is #8EE03D. Grayscale: #494949. Windows color (decimal): -9363518 or 12722033. OLE color: 12722033.

HSL color Cylindrical-coordinate representation of color #711FC2: hue angle of 270.18º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711FC2 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 31 194 -
CMYK 0.42 0.84 0 0.24
HSL 270.18º 0.72% 0.44% -
HSV(B) 270.18º 0.84% 0.76% -
XYZ 17.04 8.39 51.76 -
YUV 74.1 195.67 155.75 -
System Red Green Blue C M Y K H S L
Decimal 113 31 194 0.42 0.84 0 0.24 270.18 0.72 0.44
Hex 71 1F C2 2A 54 0 18 10E 48 2C
Octal 161 37 302 52 124 0 30 416 110 54
Binary 1110001 11111 11000010 101010 1010100 0 11000 100001110 1001000 101100

Color Harmonies of #711FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FC2

Black with #711FC2

Text Example


Text Example

White with #711FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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