Html Css Color HEX #7915AD Purple Heart

📋 copy color: '#7915AD'

red 121 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #7915AD

Tints of Purple Heart #7915AD

RGB

 RED value IS 121 (47.66% from 255) = 38.41%

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

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

R = 38.41%
G = 6.67%
B = 54.92%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7915AD (or 0x7915AD) is known color: Purple Heart. HEX triplet: 79, 15 and AD. RGB value is (121,21,173). Sum of RGB (Red+Green+Blue) = 121+21+173=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #7915AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7915AD is #86EA52. Grayscale: #434343. Windows color (decimal): -8841811 or 11343225. OLE color: 11343225.

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

Color convert

RGB 121 21 173 -
CMYK 0.30 0.88 0 0.32
HSL 279.47º 0.78% 0.38% -
HSV(B) 279.47º 0.88% 0.68% -
XYZ 15.7 7.62 40.18 -
YUV 68.23 187.13 165.64 -
System Red Green Blue C M Y K H S L
Decimal 121 21 173 0.30 0.88 0 0.32 279.47 0.78 0.38
Hex 79 15 AD 1E 58 0 20 117 4E 26
Octal 171 25 255 36 130 0 40 427 116 46
Binary 1111001 10101 10101101 11110 1011000 0 100000 100010111 1001110 100110

Color Harmonies of #7915AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7915AD

Black with #7915AD

Text Example


Text Example

White with #7915AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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