Html Css Color HEX #711FC1 Purple Heart

📋 copy color: '#711FC1'

red 113 ◦ green 31 ◦ blue 193

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

Shades of Purple Heart #711FC1

Tints of Purple Heart #711FC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 57.27%

R = 33.53%
G = 9.2%
B = 57.27%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#711FC1 (or 0x711FC1) is known color: Purple Heart. HEX triplet: 71, 1F and C1. RGB value is (113,31,193). Sum of RGB (Red+Green+Blue) = 113+31+193=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 193 (75.78% from 255 or 57.27% from 337); Max value from RGB is 193 - color contains mainly: blue. Hex color #711FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FC1 is #8EE03E. Grayscale: #494949. Windows color (decimal): -9363519 or 12656497. OLE color: 12656497.

HSL color Cylindrical-coordinate representation of color #711FC1: hue angle of 270.37º 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 #711FC1 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 31 193 -
CMYK 0.41 0.84 0 0.24
HSL 270.37º 0.72% 0.44% -
HSV(B) 270.37º 0.84% 0.76% -
XYZ 16.93 8.34 51.17 -
YUV 73.99 195.17 155.83 -
System Red Green Blue C M Y K H S L
Decimal 113 31 193 0.41 0.84 0 0.24 270.37 0.72 0.44
Hex 71 1F C1 29 54 0 18 10E 48 2C
Octal 161 37 301 51 124 0 30 416 110 54
Binary 1110001 11111 11000001 101001 1010100 0 11000 100001110 1001000 101100

Color Harmonies of #711FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FC1

Black with #711FC1

Text Example


Text Example

White with #711FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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