Html Css Color HEX #720FAC Purple Heart

📋 copy color: '#720FAC'

red 114 ◦ green 15 ◦ blue 172

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

Shades of Purple Heart #720FAC

Tints of Purple Heart #720FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.98%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 37.87%
G = 4.98%
B = 57.14%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#720FAC (or 0x720FAC) is known color: Purple Heart. HEX triplet: 72, 0F and AC. RGB value is (114,15,172). Sum of RGB (Red+Green+Blue) = 114+15+172=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 15 (6.25% from 255 or 4.98% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #720FAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720FAC is #8DF053. Grayscale: #3D3D3D. Windows color (decimal): -9302100 or 11276146. OLE color: 11276146.

HSL color Cylindrical-coordinate representation of color #720FAC: hue angle of 277.83º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720FAC is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 15 172 -
CMYK 0.34 0.91 0 0.33
HSL 277.83º 0.84% 0.37% -
HSV(B) 277.83º 0.91% 0.67% -
XYZ 14.56 6.9 39.59 -
YUV 62.5 189.8 164.73 -
System Red Green Blue C M Y K H S L
Decimal 114 15 172 0.34 0.91 0 0.33 277.83 0.84 0.37
Hex 72 F AC 22 5B 0 21 116 54 25
Octal 162 17 254 42 133 0 41 426 124 45
Binary 1110010 1111 10101100 100010 1011011 0 100001 100010110 1010100 100101

Color Harmonies of #720FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FAC

Black with #720FAC

Text Example


Text Example

White with #720FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,15,172); }

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

background-color css

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

 a { background-color: rgb(114,15,172); }

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

border-color css

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

 span { border-color: rgb(114,15,172); }

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