Html Css Color HEX #720AAC Purple Heart

📋 copy color: '#720AAC'

red 114 ◦ green 10 ◦ blue 172

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

Shades of Purple Heart #720AAC

Tints of Purple Heart #720AAC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.38%

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

R = 38.51%
G = 3.38%
B = 58.11%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#720AAC (or 0x720AAC) is known color: Purple Heart. HEX triplet: 72, 0A and AC. RGB value is (114,10,172). Sum of RGB (Red+Green+Blue) = 114+10+172=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #720AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720AAC is #8DF553. Grayscale: #3B3B3B. Windows color (decimal): -9303380 or 11274866. OLE color: 11274866.

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

Color convert

RGB 114 10 172 -
CMYK 0.34 0.94 0 0.33
HSL 278.52º 0.89% 0.36% -
HSV(B) 278.52º 0.94% 0.67% -
XYZ 14.49 6.77 39.57 -
YUV 59.56 191.46 166.83 -
System Red Green Blue C M Y K H S L
Decimal 114 10 172 0.34 0.94 0 0.33 278.52 0.89 0.36
Hex 72 A AC 22 5E 0 21 117 59 24
Octal 162 12 254 42 136 0 41 427 131 44
Binary 1110010 1010 10101100 100010 1011110 0 100001 100010111 1011001 100100

Color Harmonies of #720AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720AAC

Black with #720AAC

Text Example


Text Example

White with #720AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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