Html Css Color HEX #7113AE Purple Heart

📋 copy color: '#7113AE'

red 113 ◦ green 19 ◦ blue 174

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

Shades of Purple Heart #7113AE

Tints of Purple Heart #7113AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 36.93%
G = 6.21%
B = 56.86%

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

#7113AE (or 0x7113AE) is known color: Purple Heart. HEX triplet: 71, 13 and AE. RGB value is (113,19,174). Sum of RGB (Red+Green+Blue) = 113+19+174=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #7113AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7113AE is #8EEC51. Grayscale: #404040. Windows color (decimal): -9366610 or 11408241. OLE color: 11408241.

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

Color convert

RGB 113 19 174 -
CMYK 0.35 0.89 0 0.32
HSL 276.39º 0.8% 0.38% -
HSV(B) 276.39º 0.89% 0.68% -
XYZ 14.68 7.03 40.63 -
YUV 64.78 189.64 162.4 -
System Red Green Blue C M Y K H S L
Decimal 113 19 174 0.35 0.89 0 0.32 276.39 0.8 0.38
Hex 71 13 AE 23 59 0 20 114 50 26
Octal 161 23 256 43 131 0 40 424 120 46
Binary 1110001 10011 10101110 100011 1011001 0 100000 100010100 1010000 100110

Color Harmonies of #7113AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7113AE

Black with #7113AE

Text Example


Text Example

White with #7113AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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