Html Css Color HEX #771BAA Purple Heart

📋 copy color: '#771BAA'

red 119 ◦ green 27 ◦ blue 170

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

Shades of Purple Heart #771BAA

Tints of Purple Heart #771BAA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.54%

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

R = 37.66%
G = 8.54%
B = 53.8%

CMYK

 C value IS 0.3

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771BAA (or 0x771BAA) is known color: Purple Heart. HEX triplet: 77, 1B and AA. RGB value is (119,27,170). Sum of RGB (Red+Green+Blue) = 119+27+170=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #771BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771BAA is #88E455. Grayscale: #464646. Windows color (decimal): -8971350 or 11148151. OLE color: 11148151.

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

Color convert

RGB 119 27 170 -
CMYK 0.3 0.84 0 0.33
HSL 278.6º 0.73% 0.39% -
HSV(B) 278.6º 0.84% 0.67% -
XYZ 15.26 7.61 38.69 -
YUV 70.81 183.98 162.37 -
System Red Green Blue C M Y K H S L
Decimal 119 27 170 0.3 0.84 0 0.33 278.6 0.73 0.39
Hex 77 1B AA 1E 54 0 21 117 49 27
Octal 167 33 252 36 124 0 41 427 111 47
Binary 1110111 11011 10101010 11110 1010100 0 100001 100010111 1001001 100111

Color Harmonies of #771BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BAA

Black with #771BAA

Text Example


Text Example

White with #771BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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