Html Css Color HEX #7910AD Purple Heart

📋 copy color: '#7910AD'

red 121 ◦ green 16 ◦ blue 173

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

Shades of Purple Heart #7910AD

Tints of Purple Heart #7910AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.16%

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

R = 39.03%
G = 5.16%
B = 55.81%

CMYK

 C value IS 0.30

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7910AD (or 0x7910AD) is known color: Purple Heart. HEX triplet: 79, 10 and AD. RGB value is (121,16,173). Sum of RGB (Red+Green+Blue) = 121+16+173=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 16 (6.64% from 255 or 5.16% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #7910AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7910AD is #86EF52. Grayscale: #404040. Windows color (decimal): -8843091 or 11341945. OLE color: 11341945.

HSL color Cylindrical-coordinate representation of color #7910AD: hue angle of 280.13º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7910AD is Cyan = 0.30, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 16 173 -
CMYK 0.30 0.91 0 0.32
HSL 280.13º 0.83% 0.37% -
HSV(B) 280.13º 0.91% 0.68% -
XYZ 15.61 7.45 40.15 -
YUV 65.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 121 16 173 0.30 0.91 0 0.32 280.13 0.83 0.37
Hex 79 10 AD 1E 5B 0 20 118 53 25
Octal 171 20 255 36 133 0 40 430 123 45
Binary 1111001 10000 10101101 11110 1011011 0 100000 100011000 1010011 100101

Color Harmonies of #7910AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7910AD

Black with #7910AD

Text Example


Text Example

White with #7910AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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