Html Css Color HEX #711FCC Purple Heart

📋 copy color: '#711FCC'

red 113 ◦ green 31 ◦ blue 204

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

Shades of Purple Heart #711FCC

Tints of Purple Heart #711FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.62%

R = 32.47%
G = 8.91%
B = 58.62%

CMYK

 C value IS 0.45

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#711FCC (or 0x711FCC) is known color: Purple Heart. HEX triplet: 71, 1F and CC. RGB value is (113,31,204). Sum of RGB (Red+Green+Blue) = 113+31+204=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 204 (80.08% from 255 or 58.62% from 348); Max value from RGB is 204 - color contains mainly: blue. Hex color #711FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711FCC is #8EE033. Grayscale: #4A4A4A. Windows color (decimal): -9363508 or 13377393. OLE color: 13377393.

HSL color Cylindrical-coordinate representation of color #711FCC: hue angle of 268.44º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #711FCC is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 31 204 -
CMYK 0.45 0.85 0 0.2
HSL 268.44º 0.74% 0.46% -
HSV(B) 268.44º 0.85% 0.8% -
XYZ 18.2 8.85 57.88 -
YUV 75.24 200.67 154.93 -
System Red Green Blue C M Y K H S L
Decimal 113 31 204 0.45 0.85 0 0.2 268.44 0.74 0.46
Hex 71 1F CC 2D 55 0 14 10C 4A 2E
Octal 161 37 314 55 125 0 24 414 112 56
Binary 1110001 11111 11001100 101101 1010101 0 10100 100001100 1001010 101110

Color Harmonies of #711FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FCC

Black with #711FCC

Text Example


Text Example

White with #711FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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