Html Css Color HEX #7227AD Purple Heart

📋 copy color: '#7227AD'

red 114 ◦ green 39 ◦ blue 173

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

Shades of Purple Heart #7227AD

Tints of Purple Heart #7227AD

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.96%

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

R = 34.97%
G = 11.96%
B = 53.07%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7227AD (or 0x7227AD) is known color: Purple Heart. HEX triplet: 72, 27 and AD. RGB value is (114,39,173). Sum of RGB (Red+Green+Blue) = 114+39+173=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 173 (67.97% from 255 or 53.07% from 326); Max value from RGB is 173 - color contains mainly: blue. Hex color #7227AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7227AD is #8DD852. Grayscale: #4C4C4C. Windows color (decimal): -9295955 or 11347826. OLE color: 11347826.

HSL color Cylindrical-coordinate representation of color #7227AD: hue angle of 273.58º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7227AD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 39 173 -
CMYK 0.34 0.77 0 0.32
HSL 273.58º 0.63% 0.42% -
HSV(B) 273.58º 0.77% 0.68% -
XYZ 15.21 8.05 40.29 -
YUV 76.7 182.35 154.6 -
System Red Green Blue C M Y K H S L
Decimal 114 39 173 0.34 0.77 0 0.32 273.58 0.63 0.42
Hex 72 27 AD 22 4D 0 20 112 3F 2A
Octal 162 47 255 42 115 0 40 422 77 52
Binary 1110010 100111 10101101 100010 1001101 0 100000 100010010 111111 101010

Color Harmonies of #7227AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7227AD

Black with #7227AD

Text Example


Text Example

White with #7227AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,39,173); }

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

background-color css

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

 a { background-color: rgb(114,39,173); }

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

border-color css

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

 span { border-color: rgb(114,39,173); }

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