Html Css Color HEX #7712AD Purple Heart

📋 copy color: '#7712AD'

red 119 ◦ green 18 ◦ blue 173

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

Shades of Purple Heart #7712AD

Tints of Purple Heart #7712AD

RGB

 RED value IS 119 (46.88% from 255) = 38.39%

 GREEN value IS 18 (7.42% from 255) = 5.81%

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

R = 38.39%
G = 5.81%
B = 55.81%

CMYK

 C value IS 0.31

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7712AD (or 0x7712AD) is known color: Purple Heart. HEX triplet: 77, 12 and AD. RGB value is (119,18,173). Sum of RGB (Red+Green+Blue) = 119+18+173=310 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.39% from 310); Green value is 18 (7.42% from 255 or 5.81% 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 #7712AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7712AD is #88ED52. Grayscale: #414141. Windows color (decimal): -8973651 or 11342455. OLE color: 11342455.

HSL color Cylindrical-coordinate representation of color #7712AD: hue angle of 279.1º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7712AD is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 18 173 -
CMYK 0.31 0.90 0 0.32
HSL 279.1º 0.81% 0.37% -
HSV(B) 279.1º 0.9% 0.68% -
XYZ 15.37 7.37 40.15 -
YUV 65.87 188.46 165.9 -
System Red Green Blue C M Y K H S L
Decimal 119 18 173 0.31 0.90 0 0.32 279.1 0.81 0.37
Hex 77 12 AD 1F 5A 0 20 117 51 25
Octal 167 22 255 37 132 0 40 427 121 45
Binary 1110111 10010 10101101 11111 1011010 0 100000 100010111 1010001 100101

Color Harmonies of #7712AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7712AD

Black with #7712AD

Text Example


Text Example

White with #7712AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,18,173); }

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

background-color css

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

 a { background-color: rgb(119,18,173); }

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

border-color css

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

 span { border-color: rgb(119,18,173); }

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