Html Css Color HEX #771AAB Purple Heart

📋 copy color: '#771AAB'

red 119 ◦ green 26 ◦ blue 171

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

Shades of Purple Heart #771AAB

Tints of Purple Heart #771AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 37.66%
G = 8.23%
B = 54.11%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771AAB (or 0x771AAB) is known color: Purple Heart. HEX triplet: 77, 1A and AB. RGB value is (119,26,171). Sum of RGB (Red+Green+Blue) = 119+26+171=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #771AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AAB is #88E554. Grayscale: #454545. Windows color (decimal): -8971605 or 11213431. OLE color: 11213431.

HSL color Cylindrical-coordinate representation of color #771AAB: hue angle of 278.48º 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 #771AAB is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 26 171 -
CMYK 0.30 0.85 0 0.33
HSL 278.48º 0.74% 0.39% -
HSV(B) 278.48º 0.85% 0.67% -
XYZ 15.33 7.6 39.19 -
YUV 70.34 184.81 162.71 -
System Red Green Blue C M Y K H S L
Decimal 119 26 171 0.30 0.85 0 0.33 278.48 0.74 0.39
Hex 77 1A AB 1E 55 0 21 116 4A 27
Octal 167 32 253 36 125 0 41 426 112 47
Binary 1110111 11010 10101011 11110 1010101 0 100001 100010110 1001010 100111

Color Harmonies of #771AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AAB

Black with #771AAB

Text Example


Text Example

White with #771AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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