Html Css Color HEX #771AAC Purple Heart

📋 copy color: '#771AAC'

red 119 ◦ green 26 ◦ blue 172

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

Shades of Purple Heart #771AAC

Tints of Purple Heart #771AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.2%

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

R = 37.54%
G = 8.2%
B = 54.26%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771AAC (or 0x771AAC) is known color: Purple Heart. HEX triplet: 77, 1A and AC. RGB value is (119,26,172). Sum of RGB (Red+Green+Blue) = 119+26+172=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 26 (10.55% from 255 or 8.20% from 317); Blue value is 172 (67.58% from 255 or 54.26% from 317); Max value from RGB is 172 - color contains mainly: blue. Hex color #771AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AAC is #88E553. Grayscale: #454545. Windows color (decimal): -8971604 or 11278967. OLE color: 11278967.

HSL color Cylindrical-coordinate representation of color #771AAC: hue angle of 278.22º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771AAC is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 26 172 -
CMYK 0.31 0.85 0 0.33
HSL 278.22º 0.74% 0.39% -
HSV(B) 278.22º 0.85% 0.67% -
XYZ 15.42 7.64 39.69 -
YUV 70.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 119 26 172 0.31 0.85 0 0.33 278.22 0.74 0.39
Hex 77 1A AC 1F 55 0 21 116 4A 27
Octal 167 32 254 37 125 0 41 426 112 47
Binary 1110111 11010 10101100 11111 1010101 0 100001 100010110 1001010 100111

Color Harmonies of #771AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AAC

Black with #771AAC

Text Example


Text Example

White with #771AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771AAC; }

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

 H1.HeaderClassName
 {
   color: #771AAC;
 }
 .AnyTagClassName
 {
   color: #771AAC;
 }
</style>

background-color css

<style>
 a { background-color: #771AAC; }

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

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

border-color css

<style>
 span { border-color: #771AAC; }

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

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