Html Css Color HEX #720BAE Purple Heart

📋 copy color: '#720BAE'

red 114 ◦ green 11 ◦ blue 174

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

Shades of Purple Heart #720BAE

Tints of Purple Heart #720BAE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.68%

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

R = 38.13%
G = 3.68%
B = 58.19%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#720BAE (or 0x720BAE) is known color: Purple Heart. HEX triplet: 72, 0B and AE. RGB value is (114,11,174). Sum of RGB (Red+Green+Blue) = 114+11+174=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #720BAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720BAE is #8DF451. Grayscale: #3B3B3B. Windows color (decimal): -9303122 or 11406194. OLE color: 11406194.

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

Color convert

RGB 114 11 174 -
CMYK 0.34 0.94 0 0.32
HSL 277.91º 0.88% 0.36% -
HSV(B) 277.91º 0.94% 0.68% -
XYZ 14.7 6.87 40.6 -
YUV 60.38 192.12 166.25 -
System Red Green Blue C M Y K H S L
Decimal 114 11 174 0.34 0.94 0 0.32 277.91 0.88 0.36
Hex 72 B AE 22 5E 0 20 116 58 24
Octal 162 13 256 42 136 0 40 426 130 44
Binary 1110010 1011 10101110 100010 1011110 0 100000 100010110 1011000 100100

Color Harmonies of #720BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720BAE

Black with #720BAE

Text Example


Text Example

White with #720BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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