Html Css Color HEX #7121AD Purple Heart

📋 copy color: '#7121AD'

red 113 ◦ green 33 ◦ blue 173

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

Shades of Purple Heart #7121AD

Tints of Purple Heart #7121AD

RGB

 RED value IS 113 (44.53% from 255) = 35.42%

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

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

R = 35.42%
G = 10.34%
B = 54.23%

CMYK

 C value IS 0.35

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7121AD (or 0x7121AD) is known color: Purple Heart. HEX triplet: 71, 21 and AD. RGB value is (113,33,173). Sum of RGB (Red+Green+Blue) = 113+33+173=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #7121AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7121AD is #8EDE52. Grayscale: #484848. Windows color (decimal): -9363027 or 11346289. OLE color: 11346289.

HSL color Cylindrical-coordinate representation of color #7121AD: hue angle of 274.29º 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 #7121AD is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 33 173 -
CMYK 0.35 0.81 0 0.32
HSL 274.29º 0.68% 0.4% -
HSV(B) 274.29º 0.81% 0.68% -
XYZ 14.9 7.62 40.22 -
YUV 72.88 184.5 156.62 -
System Red Green Blue C M Y K H S L
Decimal 113 33 173 0.35 0.81 0 0.32 274.29 0.68 0.4
Hex 71 21 AD 23 51 0 20 112 44 28
Octal 161 41 255 43 121 0 40 422 104 50
Binary 1110001 100001 10101101 100011 1010001 0 100000 100010010 1000100 101000

Color Harmonies of #7121AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121AD

Black with #7121AD

Text Example


Text Example

White with #7121AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7121AD; }

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

 H1.HeaderClassName
 {
   color: #7121AD;
 }
 .AnyTagClassName
 {
   color: #7121AD;
 }
</style>

background-color css

<style>
 a { background-color: #7121AD; }

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

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

border-color css

<style>
 span { border-color: #7121AD; }

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

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