Html Css Color HEX #7224AF Purple Heart

📋 copy color: '#7224AF'

red 114 ◦ green 36 ◦ blue 175

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

Shades of Purple Heart #7224AF

Tints of Purple Heart #7224AF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.08%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 35.08%
G = 11.08%
B = 53.85%

CMYK

 C value IS 0.35

 M value IS 0.79

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7224AF (or 0x7224AF) is known color: Purple Heart. HEX triplet: 72, 24 and AF. RGB value is (114,36,175). Sum of RGB (Red+Green+Blue) = 114+36+175=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #7224AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7224AF is #8DDB50. Grayscale: #4A4A4A. Windows color (decimal): -9296721 or 11478130. OLE color: 11478130.

HSL color Cylindrical-coordinate representation of color #7224AF: hue angle of 273.67º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7224AF is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 114 36 175 -
CMYK 0.35 0.79 0 0.31
HSL 273.67º 0.66% 0.41% -
HSV(B) 273.67º 0.79% 0.69% -
XYZ 15.31 7.93 41.28 -
YUV 75.17 184.34 155.7 -
System Red Green Blue C M Y K H S L
Decimal 114 36 175 0.35 0.79 0 0.31 273.67 0.66 0.41
Hex 72 24 AF 23 4F 0 1F 112 42 29
Octal 162 44 257 43 117 0 37 422 102 51
Binary 1110010 100100 10101111 100011 1001111 0 11111 100010010 1000010 101001

Color Harmonies of #7224AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7224AF

Black with #7224AF

Text Example


Text Example

White with #7224AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7224AF; }

 p { color: rgb(114,36,175); }

 H1.HeaderClassName
 {
   color: #7224AF;
 }
 .AnyTagClassName
 {
   color: #7224AF;
 }
</style>

background-color css

<style>
 a { background-color: #7224AF; }

 a { background-color: rgb(114,36,175); }

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

border-color css

<style>
 span { border-color: #7224AF; }

 span { border-color: rgb(114,36,175); }

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