Html Css Color HEX #710ECD Purple Heart

📋 copy color: '#710ECD'

red 113 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #710ECD

Tints of Purple Heart #710ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.22%

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

R = 34.04%
G = 4.22%
B = 61.75%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#710ECD (or 0x710ECD) is known color: Purple Heart. HEX triplet: 71, 0E and CD. RGB value is (113,14,205). Sum of RGB (Red+Green+Blue) = 113+14+205=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #710ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #710ECD is #8EF132. Grayscale: #404040. Windows color (decimal): -9367859 or 13438577. OLE color: 13438577.

HSL color Cylindrical-coordinate representation of color #710ECD: hue angle of 271.1º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #710ECD is Cyan = 0.45, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 14 205 -
CMYK 0.45 0.93 0 0.20
HSL 271.1º 0.87% 0.43% -
HSV(B) 271.1º 0.93% 0.8% -
XYZ 17.99 8.23 58.4 -
YUV 65.38 206.8 161.97 -
System Red Green Blue C M Y K H S L
Decimal 113 14 205 0.45 0.93 0 0.20 271.1 0.87 0.43
Hex 71 E CD 2D 5D 0 14 10F 57 2B
Octal 161 16 315 55 135 0 24 417 127 53
Binary 1110001 1110 11001101 101101 1011101 0 10100 100001111 1010111 101011

Color Harmonies of #710ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710ECD

Black with #710ECD

Text Example


Text Example

White with #710ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710ECD; }

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

 H1.HeaderClassName
 {
   color: #710ECD;
 }
 .AnyTagClassName
 {
   color: #710ECD;
 }
</style>

background-color css

<style>
 a { background-color: #710ECD; }

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

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

border-color css

<style>
 span { border-color: #710ECD; }

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

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