Html Css Color HEX #7214AA Purple Heart

📋 copy color: '#7214AA'

red 114 ◦ green 20 ◦ blue 170

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

Shades of Purple Heart #7214AA

Tints of Purple Heart #7214AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.58%

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

R = 37.5%
G = 6.58%
B = 55.92%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7214AA (or 0x7214AA) is known color: Purple Heart. HEX triplet: 72, 14 and AA. RGB value is (114,20,170). Sum of RGB (Red+Green+Blue) = 114+20+170=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #7214AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7214AA is #8DEB55. Grayscale: #404040. Windows color (decimal): -9300822 or 11146354. OLE color: 11146354.

HSL color Cylindrical-coordinate representation of color #7214AA: hue angle of 277.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7214AA is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 20 170 -
CMYK 0.33 0.88 0 0.33
HSL 277.6º 0.79% 0.37% -
HSV(B) 277.6º 0.88% 0.67% -
XYZ 14.45 6.98 38.62 -
YUV 65.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 114 20 170 0.33 0.88 0 0.33 277.6 0.79 0.37
Hex 72 14 AA 21 58 0 21 116 4F 25
Octal 162 24 252 41 130 0 41 426 117 45
Binary 1110010 10100 10101010 100001 1011000 0 100001 100010110 1001111 100101

Color Harmonies of #7214AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7214AA

Black with #7214AA

Text Example


Text Example

White with #7214AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7214AA; }

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

 H1.HeaderClassName
 {
   color: #7214AA;
 }
 .AnyTagClassName
 {
   color: #7214AA;
 }
</style>

background-color css

<style>
 a { background-color: #7214AA; }

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

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

border-color css

<style>
 span { border-color: #7214AA; }

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

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