Html Css Color HEX #721AAA Purple Heart

📋 copy color: '#721AAA'

red 114 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #721AAA

Tints of Purple Heart #721AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 36.77%
G = 8.39%
B = 54.84%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#721AAA (or 0x721AAA) is known color: Purple Heart. HEX triplet: 72, 1A and AA. RGB value is (114,26,170). Sum of RGB (Red+Green+Blue) = 114+26+170=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 26 (10.55% from 255 or 8.39% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #721AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721AAA is #8DE555. Grayscale: #444444. Windows color (decimal): -9299286 or 11147890. OLE color: 11147890.

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

Color convert

RGB 114 26 170 -
CMYK 0.33 0.85 0 0.33
HSL 276.67º 0.73% 0.38% -
HSV(B) 276.67º 0.85% 0.67% -
XYZ 14.56 7.22 38.66 -
YUV 68.73 185.15 160.29 -
System Red Green Blue C M Y K H S L
Decimal 114 26 170 0.33 0.85 0 0.33 276.67 0.73 0.38
Hex 72 1A AA 21 55 0 21 115 49 26
Octal 162 32 252 41 125 0 41 425 111 46
Binary 1110010 11010 10101010 100001 1010101 0 100001 100010101 1001001 100110

Color Harmonies of #721AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721AAA

Black with #721AAA

Text Example


Text Example

White with #721AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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