Html Css Color HEX #7021AE Purple Heart

📋 copy color: '#7021AE'

red 112 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #7021AE

Tints of Purple Heart #7021AE

RGB

 RED value IS 112 (44.14% from 255) = 35.11%

 GREEN value IS 33 (13.28% from 255) = 10.34%

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 35.11%
G = 10.34%
B = 54.55%

CMYK

 C value IS 0.36

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7021AE (or 0x7021AE) is known color: Purple Heart. HEX triplet: 70, 21 and AE. RGB value is (112,33,174). Sum of RGB (Red+Green+Blue) = 112+33+174=319 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35.11% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #7021AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7021AE is #8FDE51. Grayscale: #484848. Windows color (decimal): -9428562 or 11411824. OLE color: 11411824.

HSL color Cylindrical-coordinate representation of color #7021AE: hue angle of 273.62º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7021AE is Cyan = 0.36, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 33 174 -
CMYK 0.36 0.81 0 0.32
HSL 273.62º 0.68% 0.41% -
HSV(B) 273.62º 0.81% 0.68% -
XYZ 14.87 7.59 40.73 -
YUV 72.7 185.17 156.04 -
System Red Green Blue C M Y K H S L
Decimal 112 33 174 0.36 0.81 0 0.32 273.62 0.68 0.41
Hex 70 21 AE 24 51 0 20 112 44 29
Octal 160 41 256 44 121 0 40 422 104 51
Binary 1110000 100001 10101110 100100 1010001 0 100000 100010010 1000100 101001

Color Harmonies of #7021AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7021AE

Black with #7021AE

Text Example


Text Example

White with #7021AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7021AE; }

 p { color: rgb(112,33,174); }

 H1.HeaderClassName
 {
   color: #7021AE;
 }
 .AnyTagClassName
 {
   color: #7021AE;
 }
</style>

background-color css

<style>
 a { background-color: #7021AE; }

 a { background-color: rgb(112,33,174); }

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

border-color css

<style>
 span { border-color: #7021AE; }

 span { border-color: rgb(112,33,174); }

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