Html Css Color HEX #771AAE Purple Heart

📋 copy color: '#771AAE'

red 119 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #771AAE

Tints of Purple Heart #771AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.55%

R = 37.3%
G = 8.15%
B = 54.55%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#771AAE (or 0x771AAE) is known color: Purple Heart. HEX triplet: 77, 1A and AE. RGB value is (119,26,174). Sum of RGB (Red+Green+Blue) = 119+26+174=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 26 (10.55% from 255 or 8.15% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #771AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AAE is #88E551. Grayscale: #464646. Windows color (decimal): -8971602 or 11410039. OLE color: 11410039.

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

Color convert

RGB 119 26 174 -
CMYK 0.32 0.85 0 0.32
HSL 277.7º 0.74% 0.39% -
HSV(B) 277.7º 0.85% 0.68% -
XYZ 15.62 7.72 40.71 -
YUV 70.68 186.31 162.47 -
System Red Green Blue C M Y K H S L
Decimal 119 26 174 0.32 0.85 0 0.32 277.7 0.74 0.39
Hex 77 1A AE 20 55 0 20 116 4A 27
Octal 167 32 256 40 125 0 40 426 112 47
Binary 1110111 11010 10101110 100000 1010101 0 100000 100010110 1001010 100111

Color Harmonies of #771AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AAE

Black with #771AAE

Text Example


Text Example

White with #771AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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