Html Css Color HEX #7113AD Purple Heart

📋 copy color: '#7113AD'

red 113 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #7113AD

Tints of Purple Heart #7113AD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.23%

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

R = 37.05%
G = 6.23%
B = 56.72%

CMYK

 C value IS 0.35

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7113AD (or 0x7113AD) is known color: Purple Heart. HEX triplet: 71, 13 and AD. RGB value is (113,19,173). Sum of RGB (Red+Green+Blue) = 113+19+173=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #7113AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7113AD is #8EEC52. Grayscale: #404040. Windows color (decimal): -9366611 or 11342705. OLE color: 11342705.

HSL color Cylindrical-coordinate representation of color #7113AD: hue angle of 276.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7113AD is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 19 173 -
CMYK 0.35 0.89 0 0.32
HSL 276.62º 0.8% 0.38% -
HSV(B) 276.62º 0.89% 0.68% -
XYZ 14.59 6.99 40.12 -
YUV 64.66 189.14 162.48 -
System Red Green Blue C M Y K H S L
Decimal 113 19 173 0.35 0.89 0 0.32 276.62 0.8 0.38
Hex 71 13 AD 23 59 0 20 115 50 26
Octal 161 23 255 43 131 0 40 425 120 46
Binary 1110001 10011 10101101 100011 1011001 0 100000 100010101 1010000 100110

Color Harmonies of #7113AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7113AD

Black with #7113AD

Text Example


Text Example

White with #7113AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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