Html Css Color HEX #721CAA Purple Heart

📋 copy color: '#721CAA'

red 114 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #721CAA

Tints of Purple Heart #721CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.97%

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

R = 36.54%
G = 8.97%
B = 54.49%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#721CAA (or 0x721CAA) is known color: Purple Heart. HEX triplet: 72, 1C and AA. RGB value is (114,28,170). Sum of RGB (Red+Green+Blue) = 114+28+170=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 28 (11.33% from 255 or 8.97% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #721CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721CAA is #8DE355. Grayscale: #454545. Windows color (decimal): -9298774 or 11148402. OLE color: 11148402.

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

Color convert

RGB 114 28 170 -
CMYK 0.33 0.84 0 0.33
HSL 276.34º 0.72% 0.39% -
HSV(B) 276.34º 0.84% 0.67% -
XYZ 14.61 7.31 38.67 -
YUV 69.9 184.49 159.45 -
System Red Green Blue C M Y K H S L
Decimal 114 28 170 0.33 0.84 0 0.33 276.34 0.72 0.39
Hex 72 1C AA 21 54 0 21 114 48 27
Octal 162 34 252 41 124 0 41 424 110 47
Binary 1110010 11100 10101010 100001 1010100 0 100001 100010100 1001000 100111

Color Harmonies of #721CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721CAA

Black with #721CAA

Text Example


Text Example

White with #721CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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