Html Css Color HEX #711DCD Purple Heart

📋 copy color: '#711DCD'

red 113 ◦ green 29 ◦ blue 205

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

Shades of Purple Heart #711DCD

Tints of Purple Heart #711DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 32.56%
G = 8.36%
B = 59.08%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#711DCD (or 0x711DCD) is known color: Purple Heart. HEX triplet: 71, 1D and CD. RGB value is (113,29,205). Sum of RGB (Red+Green+Blue) = 113+29+205=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 29 (11.72% from 255 or 8.36% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #711DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #711DCD is #8EE232. Grayscale: #494949. Windows color (decimal): -9364019 or 13442417. OLE color: 13442417.

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

Color convert

RGB 113 29 205 -
CMYK 0.45 0.86 0 0.20
HSL 268.64º 0.75% 0.46% -
HSV(B) 268.64º 0.86% 0.8% -
XYZ 18.27 8.8 58.49 -
YUV 74.18 201.83 155.69 -
System Red Green Blue C M Y K H S L
Decimal 113 29 205 0.45 0.86 0 0.20 268.64 0.75 0.46
Hex 71 1D CD 2D 56 0 14 10D 4B 2E
Octal 161 35 315 55 126 0 24 415 113 56
Binary 1110001 11101 11001101 101101 1010110 0 10100 100001101 1001011 101110

Color Harmonies of #711DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DCD

Black with #711DCD

Text Example


Text Example

White with #711DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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