Html Css Color HEX #720ECD Purple Heart

📋 copy color: '#720ECD'

red 114 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #720ECD

Tints of Purple Heart #720ECD

RGB

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

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

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

R = 34.23%
G = 4.2%
B = 61.56%

CMYK

 C value IS 0.44

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#720ECD (or 0x720ECD) is known color: Purple Heart. HEX triplet: 72, 0E and CD. RGB value is (114,14,205). Sum of RGB (Red+Green+Blue) = 114+14+205=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #720ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720ECD is #8DF132. Grayscale: #414141. Windows color (decimal): -9302323 or 13438578. OLE color: 13438578.

HSL color Cylindrical-coordinate representation of color #720ECD: hue angle of 271.41º 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 #720ECD is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 14 205 -
CMYK 0.44 0.93 0 0.20
HSL 271.41º 0.87% 0.43% -
HSV(B) 271.41º 0.93% 0.8% -
XYZ 18.12 8.3 58.4 -
YUV 65.67 206.63 162.47 -
System Red Green Blue C M Y K H S L
Decimal 114 14 205 0.44 0.93 0 0.20 271.41 0.87 0.43
Hex 72 E CD 2C 5D 0 14 10F 57 2B
Octal 162 16 315 54 135 0 24 417 127 53
Binary 1110010 1110 11001101 101100 1011101 0 10100 100001111 1010111 101011

Color Harmonies of #720ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720ECD

Black with #720ECD

Text Example


Text Example

White with #720ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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