Html Css Color HEX #721AAC Purple Heart

📋 copy color: '#721AAC'

red 114 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #721AAC

Tints of Purple Heart #721AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.33%

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

R = 36.54%
G = 8.33%
B = 55.13%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#721AAC (or 0x721AAC) is known color: Purple Heart. HEX triplet: 72, 1A and AC. RGB value is (114,26,172). Sum of RGB (Red+Green+Blue) = 114+26+172=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #721AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721AAC is #8DE553. Grayscale: #444444. Windows color (decimal): -9299284 or 11278962. OLE color: 11278962.

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

Color convert

RGB 114 26 172 -
CMYK 0.34 0.85 0 0.33
HSL 276.16º 0.74% 0.39% -
HSV(B) 276.16º 0.85% 0.67% -
XYZ 14.76 7.29 39.66 -
YUV 68.96 186.15 160.13 -
System Red Green Blue C M Y K H S L
Decimal 114 26 172 0.34 0.85 0 0.33 276.16 0.74 0.39
Hex 72 1A AC 22 55 0 21 114 4A 27
Octal 162 32 254 42 125 0 41 424 112 47
Binary 1110010 11010 10101100 100010 1010101 0 100001 100010100 1001010 100111

Color Harmonies of #721AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721AAC

Black with #721AAC

Text Example


Text Example

White with #721AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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