Html Css Color HEX #720CAC Purple Heart

📋 copy color: '#720CAC'

red 114 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #720CAC

Tints of Purple Heart #720CAC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.03%

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

R = 38.26%
G = 4.03%
B = 57.72%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#720CAC (or 0x720CAC) is known color: Purple Heart. HEX triplet: 72, 0C and AC. RGB value is (114,12,172). Sum of RGB (Red+Green+Blue) = 114+12+172=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #720CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720CAC is #8DF353. Grayscale: #3C3C3C. Windows color (decimal): -9302868 or 11275378. OLE color: 11275378.

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

Color convert

RGB 114 12 172 -
CMYK 0.34 0.93 0 0.33
HSL 278.25º 0.87% 0.36% -
HSV(B) 278.25º 0.93% 0.67% -
XYZ 14.52 6.82 39.58 -
YUV 60.74 190.79 165.99 -
System Red Green Blue C M Y K H S L
Decimal 114 12 172 0.34 0.93 0 0.33 278.25 0.87 0.36
Hex 72 C AC 22 5D 0 21 116 57 24
Octal 162 14 254 42 135 0 41 426 127 44
Binary 1110010 1100 10101100 100010 1011101 0 100001 100010110 1010111 100100

Color Harmonies of #720CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720CAC

Black with #720CAC

Text Example


Text Example

White with #720CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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