Html Css Color HEX #7515AD Purple Heart

📋 copy color: '#7515AD'

red 117 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #7515AD

Tints of Purple Heart #7515AD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.75%

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

R = 37.62%
G = 6.75%
B = 55.63%

CMYK

 C value IS 0.32

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7515AD (or 0x7515AD) is known color: Purple Heart. HEX triplet: 75, 15 and AD. RGB value is (117,21,173). Sum of RGB (Red+Green+Blue) = 117+21+173=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #7515AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7515AD is #8AEA52. Grayscale: #424242. Windows color (decimal): -9103955 or 11343221. OLE color: 11343221.

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

Color convert

RGB 117 21 173 -
CMYK 0.32 0.88 0 0.32
HSL 277.89º 0.78% 0.38% -
HSV(B) 277.89º 0.88% 0.68% -
XYZ 15.15 7.34 40.15 -
YUV 67.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 117 21 173 0.32 0.88 0 0.32 277.89 0.78 0.38
Hex 75 15 AD 20 58 0 20 116 4E 26
Octal 165 25 255 40 130 0 40 426 116 46
Binary 1110101 10101 10101101 100000 1011000 0 100000 100010110 1001110 100110

Color Harmonies of #7515AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7515AD

Black with #7515AD

Text Example


Text Example

White with #7515AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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