Html Css Color HEX #7228AD Purple Heart

📋 copy color: '#7228AD'

red 114 ◦ green 40 ◦ blue 173

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

Shades of Purple Heart #7228AD

Tints of Purple Heart #7228AD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.23%

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

R = 34.86%
G = 12.23%
B = 52.91%

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

#7228AD (or 0x7228AD) is known color: Purple Heart. HEX triplet: 72, 28 and AD. RGB value is (114,40,173). Sum of RGB (Red+Green+Blue) = 114+40+173=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #7228AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7228AD is #8DD752. Grayscale: #4C4C4C. Windows color (decimal): -9295699 or 11348082. OLE color: 11348082.

HSL color Cylindrical-coordinate representation of color #7228AD: hue angle of 273.38º degrees, saturation: 0.62, 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 #7228AD is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 40 173 -
CMYK 0.34 0.77 0 0.32
HSL 273.38º 0.62% 0.42% -
HSV(B) 273.38º 0.77% 0.68% -
XYZ 15.24 8.11 40.3 -
YUV 77.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 114 40 173 0.34 0.77 0 0.32 273.38 0.62 0.42
Hex 72 28 AD 22 4D 0 20 111 3E 2A
Octal 162 50 255 42 115 0 40 421 76 52
Binary 1110010 101000 10101101 100010 1001101 0 100000 100010001 111110 101010

Color Harmonies of #7228AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7228AD

Black with #7228AD

Text Example


Text Example

White with #7228AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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