Html Css Color HEX #720FAE Purple Heart

📋 copy color: '#720FAE'

red 114 ◦ green 15 ◦ blue 174

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

Shades of Purple Heart #720FAE

Tints of Purple Heart #720FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.43%

R = 37.62%
G = 4.95%
B = 57.43%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#720FAE (or 0x720FAE) is known color: Purple Heart. HEX triplet: 72, 0F and AE. RGB value is (114,15,174). Sum of RGB (Red+Green+Blue) = 114+15+174=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 174 (68.36% from 255 or 57.43% from 303); Max value from RGB is 174 - color contains mainly: blue. Hex color #720FAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720FAE is #8DF051. Grayscale: #3E3E3E. Windows color (decimal): -9302098 or 11407218. OLE color: 11407218.

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

Color convert

RGB 114 15 174 -
CMYK 0.34 0.91 0 0.32
HSL 277.36º 0.84% 0.37% -
HSV(B) 277.36º 0.91% 0.68% -
XYZ 14.75 6.98 40.61 -
YUV 62.73 190.8 164.57 -
System Red Green Blue C M Y K H S L
Decimal 114 15 174 0.34 0.91 0 0.32 277.36 0.84 0.37
Hex 72 F AE 22 5B 0 20 115 54 25
Octal 162 17 256 42 133 0 40 425 124 45
Binary 1110010 1111 10101110 100010 1011011 0 100000 100010101 1010100 100101

Color Harmonies of #720FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720FAE

Black with #720FAE

Text Example


Text Example

White with #720FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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