Html Css Color HEX #771AAA Purple Heart

📋 copy color: '#771AAA'

red 119 ◦ green 26 ◦ blue 170

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

Shades of Purple Heart #771AAA

Tints of Purple Heart #771AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.97%

R = 37.78%
G = 8.25%
B = 53.97%

CMYK

 C value IS 0.3

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771AAA (or 0x771AAA) is known color: Purple Heart. HEX triplet: 77, 1A and AA. RGB value is (119,26,170). Sum of RGB (Red+Green+Blue) = 119+26+170=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 170 (66.80% from 255 or 53.97% from 315); Max value from RGB is 170 - color contains mainly: blue. Hex color #771AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AAA is #88E555. Grayscale: #454545. Windows color (decimal): -8971606 or 11147895. OLE color: 11147895.

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

Color convert

RGB 119 26 170 -
CMYK 0.3 0.85 0 0.33
HSL 278.75º 0.73% 0.38% -
HSV(B) 278.75º 0.85% 0.67% -
XYZ 15.23 7.56 38.69 -
YUV 70.22 184.31 162.79 -
System Red Green Blue C M Y K H S L
Decimal 119 26 170 0.3 0.85 0 0.33 278.75 0.73 0.38
Hex 77 1A AA 1E 55 0 21 117 49 26
Octal 167 32 252 36 125 0 41 427 111 46
Binary 1110111 11010 10101010 11110 1010101 0 100001 100010111 1001001 100110

Color Harmonies of #771AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AAA

Black with #771AAA

Text Example


Text Example

White with #771AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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