Html Css Color HEX #7223AE Purple Heart

📋 copy color: '#7223AE'

red 114 ◦ green 35 ◦ blue 174

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

Shades of Purple Heart #7223AE

Tints of Purple Heart #7223AE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

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

R = 35.29%
G = 10.84%
B = 53.87%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7223AE (or 0x7223AE) is known color: Purple Heart. HEX triplet: 72, 23 and AE. RGB value is (114,35,174). Sum of RGB (Red+Green+Blue) = 114+35+174=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #7223AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7223AE is #8DDC51. Grayscale: #494949. Windows color (decimal): -9296978 or 11412338. OLE color: 11412338.

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

Color convert

RGB 114 35 174 -
CMYK 0.34 0.80 0 0.32
HSL 274.1º 0.67% 0.41% -
HSV(B) 274.1º 0.8% 0.68% -
XYZ 15.18 7.84 40.76 -
YUV 74.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 114 35 174 0.34 0.80 0 0.32 274.1 0.67 0.41
Hex 72 23 AE 22 50 0 20 112 43 29
Octal 162 43 256 42 120 0 40 422 103 51
Binary 1110010 100011 10101110 100010 1010000 0 100000 100010010 1000011 101001

Color Harmonies of #7223AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7223AE

Black with #7223AE

Text Example


Text Example

White with #7223AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,35,174); }

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

background-color css

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

 a { background-color: rgb(114,35,174); }

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

border-color css

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

 span { border-color: rgb(114,35,174); }

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