Html Css Color HEX #711DC2 Purple Heart

📋 copy color: '#711DC2'

red 113 ◦ green 29 ◦ blue 194

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

Shades of Purple Heart #711DC2

Tints of Purple Heart #711DC2

RGB

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

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

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

R = 33.63%
G = 8.63%
B = 57.74%

CMYK

 C value IS 0.42

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#711DC2 (or 0x711DC2) is known color: Purple Heart. HEX triplet: 71, 1D and C2. RGB value is (113,29,194). Sum of RGB (Red+Green+Blue) = 113+29+194=336 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.63% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #711DC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DC2 is #8EE23D. Grayscale: #484848. Windows color (decimal): -9364030 or 12721521. OLE color: 12721521.

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

Color convert

RGB 113 29 194 -
CMYK 0.42 0.85 0 0.24
HSL 270.55º 0.74% 0.44% -
HSV(B) 270.55º 0.85% 0.76% -
XYZ 16.99 8.28 51.74 -
YUV 72.93 196.33 156.58 -
System Red Green Blue C M Y K H S L
Decimal 113 29 194 0.42 0.85 0 0.24 270.55 0.74 0.44
Hex 71 1D C2 2A 55 0 18 10F 4A 2C
Octal 161 35 302 52 125 0 30 417 112 54
Binary 1110001 11101 11000010 101010 1010101 0 11000 100001111 1001010 101100

Color Harmonies of #711DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DC2

Black with #711DC2

Text Example


Text Example

White with #711DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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