Html Css Color HEX #720EC8 Purple Heart

📋 copy color: '#720EC8'

red 114 ◦ green 14 ◦ blue 200

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

Shades of Purple Heart #720EC8

Tints of Purple Heart #720EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 60.98%

R = 34.76%
G = 4.27%
B = 60.98%

CMYK

 C value IS 0.43

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#720EC8 (or 0x720EC8) is known color: Purple Heart. HEX triplet: 72, 0E and C8. RGB value is (114,14,200). Sum of RGB (Red+Green+Blue) = 114+14+200=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 200 (78.52% from 255 or 60.98% from 328); Max value from RGB is 200 - color contains mainly: blue. Hex color #720EC8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EC8 is #8DF137. Grayscale: #404040. Windows color (decimal): -9302328 or 13110898. OLE color: 13110898.

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

Color convert

RGB 114 14 200 -
CMYK 0.43 0.93 0 0.22
HSL 272.26º 0.87% 0.42% -
HSV(B) 272.26º 0.93% 0.78% -
XYZ 17.52 8.06 55.28 -
YUV 65.1 204.13 162.88 -
System Red Green Blue C M Y K H S L
Decimal 114 14 200 0.43 0.93 0 0.22 272.26 0.87 0.42
Hex 72 E C8 2B 5D 0 16 110 57 2A
Octal 162 16 310 53 135 0 26 420 127 52
Binary 1110010 1110 11001000 101011 1011101 0 10110 100010000 1010111 101010

Color Harmonies of #720EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EC8

Black with #720EC8

Text Example


Text Example

White with #720EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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