Html Css Color HEX #720EBC Purple Heart

📋 copy color: '#720EBC'

red 114 ◦ green 14 ◦ blue 188

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

Shades of Purple Heart #720EBC

Tints of Purple Heart #720EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 59.49%

R = 36.08%
G = 4.43%
B = 59.49%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#720EBC (or 0x720EBC) is known color: Purple Heart. HEX triplet: 72, 0E and BC. RGB value is (114,14,188). Sum of RGB (Red+Green+Blue) = 114+14+188=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 188 (73.83% from 255 or 59.49% from 316); Max value from RGB is 188 - color contains mainly: blue. Hex color #720EBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #720EBC is #8DF143. Grayscale: #3F3F3F. Windows color (decimal): -9302340 or 12324466. OLE color: 12324466.

HSL color Cylindrical-coordinate representation of color #720EBC: hue angle of 274.48º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720EBC is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 114 14 188 -
CMYK 0.39 0.93 0 0.26
HSL 274.48º 0.86% 0.4% -
HSV(B) 274.48º 0.93% 0.74% -
XYZ 16.17 7.52 48.18 -
YUV 63.74 198.13 163.85 -
System Red Green Blue C M Y K H S L
Decimal 114 14 188 0.39 0.93 0 0.26 274.48 0.86 0.4
Hex 72 E BC 27 5D 0 1A 112 56 28
Octal 162 16 274 47 135 0 32 422 126 50
Binary 1110010 1110 10111100 100111 1011101 0 11010 100010010 1010110 101000

Color Harmonies of #720EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720EBC

Black with #720EBC

Text Example


Text Example

White with #720EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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