Html Css Color HEX #7513AD Purple Heart

📋 copy color: '#7513AD'

red 117 ◦ green 19 ◦ blue 173

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

Shades of Purple Heart #7513AD

Tints of Purple Heart #7513AD

RGB

 RED value IS 117 (46.09% from 255) = 37.86%

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

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

R = 37.86%
G = 6.15%
B = 55.99%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7513AD (or 0x7513AD) is known color: Purple Heart. HEX triplet: 75, 13 and AD. RGB value is (117,19,173). Sum of RGB (Red+Green+Blue) = 117+19+173=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #7513AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7513AD is #8AEC52. Grayscale: #414141. Windows color (decimal): -9104467 or 11342709. OLE color: 11342709.

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

Color convert

RGB 117 19 173 -
CMYK 0.32 0.89 0 0.32
HSL 278.18º 0.8% 0.38% -
HSV(B) 278.18º 0.89% 0.68% -
XYZ 15.11 7.26 40.14 -
YUV 65.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 117 19 173 0.32 0.89 0 0.32 278.18 0.8 0.38
Hex 75 13 AD 20 59 0 20 116 50 26
Octal 165 23 255 40 131 0 40 426 120 46
Binary 1110101 10011 10101101 100000 1011001 0 100000 100010110 1010000 100110

Color Harmonies of #7513AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513AD

Black with #7513AD

Text Example


Text Example

White with #7513AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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