Html Css Color HEX #7A21AD Purple Heart

📋 copy color: '#7A21AD'

red 122 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #7A21AD

Tints of Purple Heart #7A21AD

RGB

 RED value IS 122 (48.05% from 255) = 37.2%

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

 BLUE value IS 173 (67.97% from 255) = 52.74%

R = 37.2%
G = 10.06%
B = 52.74%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7A21AD (or 0x7A21AD) is known color: Purple Heart. HEX triplet: 7A, 21 and AD. RGB value is (122,33,173). Sum of RGB (Red+Green+Blue) = 122+33+173=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 173 (67.97% from 255 or 52.74% from 328); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A21AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A21AD is #85DE52. Grayscale: #4B4B4B. Windows color (decimal): -8773203 or 11346298. OLE color: 11346298.

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

Color convert

RGB 122 33 173 -
CMYK 0.29 0.81 0 0.32
HSL 278.14º 0.68% 0.4% -
HSV(B) 278.14º 0.81% 0.68% -
XYZ 16.11 8.24 40.28 -
YUV 75.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 122 33 173 0.29 0.81 0 0.32 278.14 0.68 0.4
Hex 7A 21 AD 1D 51 0 20 116 44 28
Octal 172 41 255 35 121 0 40 426 104 50
Binary 1111010 100001 10101101 11101 1010001 0 100000 100010110 1000100 101000

Color Harmonies of #7A21AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A21AD

Black with #7A21AD

Text Example


Text Example

White with #7A21AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A21AD; }

 p { color: rgb(122,33,173); }

 H1.HeaderClassName
 {
   color: #7A21AD;
 }
 .AnyTagClassName
 {
   color: #7A21AD;
 }
</style>

background-color css

<style>
 a { background-color: #7A21AD; }

 a { background-color: rgb(122,33,173); }

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

border-color css

<style>
 span { border-color: #7A21AD; }

 span { border-color: rgb(122,33,173); }

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