Html Css Color HEX #7013AD Purple Heart

📋 copy color: '#7013AD'

red 112 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #7013AD

Tints of Purple Heart #7013AD

RGB

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

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

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

R = 36.84%
G = 6.25%
B = 56.91%

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

#7013AD (or 0x7013AD) is known color: Purple Heart. HEX triplet: 70, 13 and AD. RGB value is (112,19,173). Sum of RGB (Red+Green+Blue) = 112+19+173=304 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.84% from 304); Green value is 19 (7.81% from 255 or 6.25% from 304); Blue value is 173 (67.97% from 255 or 56.91% from 304); Max value from RGB is 173 - color contains mainly: blue. Hex color #7013AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7013AD is #8FEC52. Grayscale: #3F3F3F. Windows color (decimal): -9432147 or 11342704. OLE color: 11342704.

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

Color convert

RGB 112 19 173 -
CMYK 0.35 0.89 0 0.32
HSL 276.23º 0.8% 0.38% -
HSV(B) 276.23º 0.89% 0.68% -
XYZ 14.46 6.93 40.11 -
YUV 64.36 189.31 161.98 -
System Red Green Blue C M Y K H S L
Decimal 112 19 173 0.35 0.89 0 0.32 276.23 0.8 0.38
Hex 70 13 AD 23 59 0 20 114 50 26
Octal 160 23 255 43 131 0 40 424 120 46
Binary 1110000 10011 10101101 100011 1011001 0 100000 100010100 1010000 100110

Color Harmonies of #7013AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7013AD

Black with #7013AD

Text Example


Text Example

White with #7013AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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