Html Css Color HEX #720ECE Purple Heart

📋 copy color: '#720ECE'

red 114 ◦ green 14 ◦ blue 206

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

Shades of Purple Heart #720ECE

Tints of Purple Heart #720ECE

RGB

 RED value IS 114 (44.92% from 255) = 34.13%

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

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

R = 34.13%
G = 4.19%
B = 61.68%

CMYK

 C value IS 0.45

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#720ECE (or 0x720ECE) is known color: Purple Heart. HEX triplet: 72, 0E and CE. RGB value is (114,14,206). Sum of RGB (Red+Green+Blue) = 114+14+206=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 14 (5.86% from 255 or 4.19% from 334); Blue value is 206 (80.86% from 255 or 61.68% from 334); Max value from RGB is 206 - color contains mainly: blue. Hex color #720ECE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ECE is #8DF131. Grayscale: #414141. Windows color (decimal): -9302322 or 13504114. OLE color: 13504114.

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

Color convert

RGB 114 14 206 -
CMYK 0.45 0.93 0 0.19
HSL 271.25º 0.87% 0.43% -
HSV(B) 271.25º 0.93% 0.81% -
XYZ 18.24 8.35 59.04 -
YUV 65.79 207.13 162.39 -
System Red Green Blue C M Y K H S L
Decimal 114 14 206 0.45 0.93 0 0.19 271.25 0.87 0.43
Hex 72 E CE 2D 5D 0 13 10F 57 2B
Octal 162 16 316 55 135 0 23 417 127 53
Binary 1110010 1110 11001110 101101 1011101 0 10011 100001111 1010111 101011

Color Harmonies of #720ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720ECE

Black with #720ECE

Text Example


Text Example

White with #720ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720ECE; }

 p { color: rgb(114,14,206); }

 H1.HeaderClassName
 {
   color: #720ECE;
 }
 .AnyTagClassName
 {
   color: #720ECE;
 }
</style>

background-color css

<style>
 a { background-color: #720ECE; }

 a { background-color: rgb(114,14,206); }

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

border-color css

<style>
 span { border-color: #720ECE; }

 span { border-color: rgb(114,14,206); }

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