Html Css Color HEX #7127AD Purple Heart

📋 copy color: '#7127AD'

red 113 ◦ green 39 ◦ blue 173

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

Shades of Purple Heart #7127AD

Tints of Purple Heart #7127AD

RGB

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

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

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

R = 34.77%
G = 12%
B = 53.23%

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

#7127AD (or 0x7127AD) is known color: Purple Heart. HEX triplet: 71, 27 and AD. RGB value is (113,39,173). Sum of RGB (Red+Green+Blue) = 113+39+173=325 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.77% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 173 (67.97% from 255 or 53.23% from 325); Max value from RGB is 173 - color contains mainly: blue. Hex color #7127AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7127AD is #8ED852. Grayscale: #4B4B4B. Windows color (decimal): -9361491 or 11347825. OLE color: 11347825.

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

Color convert

RGB 113 39 173 -
CMYK 0.35 0.77 0 0.32
HSL 273.13º 0.63% 0.42% -
HSV(B) 273.13º 0.77% 0.68% -
XYZ 15.08 7.98 40.28 -
YUV 76.4 182.52 154.1 -
System Red Green Blue C M Y K H S L
Decimal 113 39 173 0.35 0.77 0 0.32 273.13 0.63 0.42
Hex 71 27 AD 23 4D 0 20 111 3F 2A
Octal 161 47 255 43 115 0 40 421 77 52
Binary 1110001 100111 10101101 100011 1001101 0 100000 100010001 111111 101010

Color Harmonies of #7127AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7127AD

Black with #7127AD

Text Example


Text Example

White with #7127AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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