Html Css Color HEX #771AAD Purple Heart

📋 copy color: '#771AAD'

red 119 ◦ green 26 ◦ blue 173

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

Shades of Purple Heart #771AAD

Tints of Purple Heart #771AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.4%

R = 37.42%
G = 8.18%
B = 54.4%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#771AAD (or 0x771AAD) is known color: Purple Heart. HEX triplet: 77, 1A and AD. RGB value is (119,26,173). Sum of RGB (Red+Green+Blue) = 119+26+173=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #771AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AAD is #88E552. Grayscale: #464646. Windows color (decimal): -8971603 or 11344503. OLE color: 11344503.

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

Color convert

RGB 119 26 173 -
CMYK 0.31 0.85 0 0.32
HSL 277.96º 0.74% 0.39% -
HSV(B) 277.96º 0.85% 0.68% -
XYZ 15.52 7.68 40.2 -
YUV 70.57 185.81 162.55 -
System Red Green Blue C M Y K H S L
Decimal 119 26 173 0.31 0.85 0 0.32 277.96 0.74 0.39
Hex 77 1A AD 1F 55 0 20 116 4A 27
Octal 167 32 255 37 125 0 40 426 112 47
Binary 1110111 11010 10101101 11111 1010101 0 100000 100010110 1001010 100111

Color Harmonies of #771AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AAD

Black with #771AAD

Text Example


Text Example

White with #771AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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