Html Css Color HEX #7013A9 Purple Heart

📋 copy color: '#7013A9'

red 112 ◦ green 19 ◦ blue 169

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

Shades of Purple Heart #7013A9

Tints of Purple Heart #7013A9

RGB

 RED value IS 112 (44.14% from 255) = 37.33%

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

 BLUE value IS 169 (66.41% from 255) = 56.33%

R = 37.33%
G = 6.33%
B = 56.33%

CMYK

 C value IS 0.34

 M value IS 0.89

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7013A9 (or 0x7013A9) is known color: Purple Heart. HEX triplet: 70, 13 and A9. RGB value is (112,19,169). Sum of RGB (Red+Green+Blue) = 112+19+169=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 169 (66.41% from 255 or 56.33% from 300); Max value from RGB is 169 - color contains mainly: blue. Hex color #7013A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7013A9 is #8FEC56. Grayscale: #3F3F3F. Windows color (decimal): -9432151 or 11080560. OLE color: 11080560.

HSL color Cylindrical-coordinate representation of color #7013A9: hue angle of 277.2º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7013A9 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 112 19 169 -
CMYK 0.34 0.89 0 0.34
HSL 277.2º 0.8% 0.37% -
HSV(B) 277.2º 0.89% 0.66% -
XYZ 14.08 6.78 38.1 -
YUV 63.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 112 19 169 0.34 0.89 0 0.34 277.2 0.8 0.37
Hex 70 13 A9 22 59 0 22 115 50 25
Octal 160 23 251 42 131 0 42 425 120 45
Binary 1110000 10011 10101001 100010 1011001 0 100010 100010101 1010000 100101

Color Harmonies of #7013A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013A9

Black with #7013A9

Text Example


Text Example

White with #7013A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7013A9; }

 p { color: rgb(112,19,169); }

 H1.HeaderClassName
 {
   color: #7013A9;
 }
 .AnyTagClassName
 {
   color: #7013A9;
 }
</style>

background-color css

<style>
 a { background-color: #7013A9; }

 a { background-color: rgb(112,19,169); }

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

border-color css

<style>
 span { border-color: #7013A9; }

 span { border-color: rgb(112,19,169); }

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