Html Css Color HEX #7128AD Purple Heart

📋 copy color: '#7128AD'

red 113 ◦ green 40 ◦ blue 173

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

Shades of Purple Heart #7128AD

Tints of Purple Heart #7128AD

RGB

 RED value IS 113 (44.53% from 255) = 34.66%

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

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

R = 34.66%
G = 12.27%
B = 53.07%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7128AD (or 0x7128AD) is known color: Purple Heart. HEX triplet: 71, 28 and AD. RGB value is (113,40,173). Sum of RGB (Red+Green+Blue) = 113+40+173=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 40 (16.02% from 255 or 12.27% 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 #7128AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7128AD is #8ED752. Grayscale: #4C4C4C. Windows color (decimal): -9361235 or 11348081. OLE color: 11348081.

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

Color convert

RGB 113 40 173 -
CMYK 0.35 0.77 0 0.32
HSL 272.93º 0.62% 0.42% -
HSV(B) 272.93º 0.77% 0.68% -
XYZ 15.11 8.05 40.29 -
YUV 76.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 113 40 173 0.35 0.77 0 0.32 272.93 0.62 0.42
Hex 71 28 AD 23 4D 0 20 111 3E 2A
Octal 161 50 255 43 115 0 40 421 76 52
Binary 1110001 101000 10101101 100011 1001101 0 100000 100010001 111110 101010

Color Harmonies of #7128AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7128AD

Black with #7128AD

Text Example


Text Example

White with #7128AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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