Html Css Color HEX #7225AC Purple Heart

📋 copy color: '#7225AC'

red 114 ◦ green 37 ◦ blue 172

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

Shades of Purple Heart #7225AC

Tints of Purple Heart #7225AC

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.46%

 BLUE value IS 172 (67.58% from 255) = 53.25%

R = 35.29%
G = 11.46%
B = 53.25%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7225AC (or 0x7225AC) is known color: Purple Heart. HEX triplet: 72, 25 and AC. RGB value is (114,37,172). Sum of RGB (Red+Green+Blue) = 114+37+172=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 172 (67.58% from 255 or 53.25% from 323); Max value from RGB is 172 - color contains mainly: blue. Hex color #7225AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7225AC is #8DDA53. Grayscale: #4A4A4A. Windows color (decimal): -9296468 or 11281778. OLE color: 11281778.

HSL color Cylindrical-coordinate representation of color #7225AC: hue angle of 274.22º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7225AC is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 37 172 -
CMYK 0.34 0.78 0 0.33
HSL 274.22º 0.65% 0.41% -
HSV(B) 274.22º 0.78% 0.67% -
XYZ 15.05 7.88 39.76 -
YUV 75.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 114 37 172 0.34 0.78 0 0.33 274.22 0.65 0.41
Hex 72 25 AC 22 4E 0 21 112 41 29
Octal 162 45 254 42 116 0 41 422 101 51
Binary 1110010 100101 10101100 100010 1001110 0 100001 100010010 1000001 101001

Color Harmonies of #7225AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7225AC

Black with #7225AC

Text Example


Text Example

White with #7225AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7225AC; }

 p { color: rgb(114,37,172); }

 H1.HeaderClassName
 {
   color: #7225AC;
 }
 .AnyTagClassName
 {
   color: #7225AC;
 }
</style>

background-color css

<style>
 a { background-color: #7225AC; }

 a { background-color: rgb(114,37,172); }

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

border-color css

<style>
 span { border-color: #7225AC; }

 span { border-color: rgb(114,37,172); }

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