Html Css Color HEX #7714AC Purple Heart

📋 copy color: '#7714AC'

red 119 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #7714AC

Tints of Purple Heart #7714AC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.43%

 BLUE value IS 172 (67.58% from 255) = 55.31%

R = 38.26%
G = 6.43%
B = 55.31%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7714AC (or 0x7714AC) is known color: Purple Heart. HEX triplet: 77, 14 and AC. RGB value is (119,20,172). Sum of RGB (Red+Green+Blue) = 119+20+172=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 20 (8.20% from 255 or 6.43% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #7714AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7714AC is #88EB53. Grayscale: #424242. Windows color (decimal): -8973140 or 11277431. OLE color: 11277431.

HSL color Cylindrical-coordinate representation of color #7714AC: hue angle of 279.08º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7714AC is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 20 172 -
CMYK 0.31 0.88 0 0.33
HSL 279.08º 0.79% 0.38% -
HSV(B) 279.08º 0.88% 0.67% -
XYZ 15.3 7.4 39.65 -
YUV 66.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 119 20 172 0.31 0.88 0 0.33 279.08 0.79 0.38
Hex 77 14 AC 1F 58 0 21 117 4F 26
Octal 167 24 254 37 130 0 41 427 117 46
Binary 1110111 10100 10101100 11111 1011000 0 100001 100010111 1001111 100110

Color Harmonies of #7714AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7714AC

Black with #7714AC

Text Example


Text Example

White with #7714AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7714AC; }

 p { color: rgb(119,20,172); }

 H1.HeaderClassName
 {
   color: #7714AC;
 }
 .AnyTagClassName
 {
   color: #7714AC;
 }
</style>

background-color css

<style>
 a { background-color: #7714AC; }

 a { background-color: rgb(119,20,172); }

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

border-color css

<style>
 span { border-color: #7714AC; }

 span { border-color: rgb(119,20,172); }

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