Html Css Color HEX #711DCE Purple Heart

📋 copy color: '#711DCE'

red 113 ◦ green 29 ◦ blue 206

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

Shades of Purple Heart #711DCE

Tints of Purple Heart #711DCE

RGB

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

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

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

R = 32.47%
G = 8.33%
B = 59.2%

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

#711DCE (or 0x711DCE) is known color: Purple Heart. HEX triplet: 71, 1D and CE. RGB value is (113,29,206). Sum of RGB (Red+Green+Blue) = 113+29+206=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 206 (80.86% from 255 or 59.20% from 348); Max value from RGB is 206 - color contains mainly: blue. Hex color #711DCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DCE is #8EE231. Grayscale: #494949. Windows color (decimal): -9364018 or 13507953. OLE color: 13507953.

HSL color Cylindrical-coordinate representation of color #711DCE: hue angle of 268.47º degrees, saturation: 0.75, 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 #711DCE is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 29 206 -
CMYK 0.45 0.86 0 0.19
HSL 268.47º 0.75% 0.46% -
HSV(B) 268.47º 0.86% 0.81% -
XYZ 18.39 8.85 59.13 -
YUV 74.29 202.33 155.61 -
System Red Green Blue C M Y K H S L
Decimal 113 29 206 0.45 0.86 0 0.19 268.47 0.75 0.46
Hex 71 1D CE 2D 56 0 13 10C 4B 2E
Octal 161 35 316 55 126 0 23 414 113 56
Binary 1110001 11101 11001110 101101 1010110 0 10011 100001100 1001011 101110

Color Harmonies of #711DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DCE

Black with #711DCE

Text Example


Text Example

White with #711DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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