Html Css Color HEX #711CCE Purple Heart

📋 copy color: '#711CCE'

red 113 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #711CCE

Tints of Purple Heart #711CCE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.07%

 BLUE value IS 206 (80.86% from 255) = 59.37%

R = 32.56%
G = 8.07%
B = 59.37%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#711CCE (or 0x711CCE) is known color: Purple Heart. HEX triplet: 71, 1C and CE. RGB value is (113,28,206). Sum of RGB (Red+Green+Blue) = 113+28+206=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #711CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711CCE is #8EE331. Grayscale: #494949. Windows color (decimal): -9364274 or 13507697. OLE color: 13507697.

HSL color Cylindrical-coordinate representation of color #711CCE: hue angle of 268.65º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #711CCE is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 28 206 -
CMYK 0.45 0.86 0 0.19
HSL 268.65º 0.76% 0.46% -
HSV(B) 268.65º 0.86% 0.81% -
XYZ 18.37 8.8 59.12 -
YUV 73.71 202.66 156.03 -
System Red Green Blue C M Y K H S L
Decimal 113 28 206 0.45 0.86 0 0.19 268.65 0.76 0.46
Hex 71 1C CE 2D 56 0 13 10D 4C 2E
Octal 161 34 316 55 126 0 23 415 114 56
Binary 1110001 11100 11001110 101101 1010110 0 10011 100001101 1001100 101110

Color Harmonies of #711CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CCE

Black with #711CCE

Text Example


Text Example

White with #711CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,28,206); }

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

background-color css

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

 a { background-color: rgb(113,28,206); }

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

border-color css

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

 span { border-color: rgb(113,28,206); }

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