Html Css Color HEX #7121AE Purple Heart

📋 copy color: '#7121AE'

red 113 ◦ green 33 ◦ blue 174

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

Shades of Purple Heart #7121AE

Tints of Purple Heart #7121AE

RGB

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

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

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

R = 35.31%
G = 10.31%
B = 54.38%

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

#7121AE (or 0x7121AE) is known color: Purple Heart. HEX triplet: 71, 21 and AE. RGB value is (113,33,174). Sum of RGB (Red+Green+Blue) = 113+33+174=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 33 (13.28% from 255 or 10.31% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #7121AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7121AE is #8EDE51. Grayscale: #484848. Windows color (decimal): -9363026 or 11411825. OLE color: 11411825.

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

Color convert

RGB 113 33 174 -
CMYK 0.35 0.81 0 0.32
HSL 274.04º 0.68% 0.41% -
HSV(B) 274.04º 0.81% 0.68% -
XYZ 14.99 7.65 40.73 -
YUV 72.99 185 156.54 -
System Red Green Blue C M Y K H S L
Decimal 113 33 174 0.35 0.81 0 0.32 274.04 0.68 0.41
Hex 71 21 AE 23 51 0 20 112 44 29
Octal 161 41 256 43 121 0 40 422 104 51
Binary 1110001 100001 10101110 100011 1010001 0 100000 100010010 1000100 101001

Color Harmonies of #7121AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7121AE

Black with #7121AE

Text Example


Text Example

White with #7121AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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