Html Css Color HEX #771AAF Purple Heart

📋 copy color: '#771AAF'

red 119 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #771AAF

Tints of Purple Heart #771AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.69%

R = 37.19%
G = 8.13%
B = 54.69%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#771AAF (or 0x771AAF) is known color: Purple Heart. HEX triplet: 77, 1A and AF. RGB value is (119,26,175). Sum of RGB (Red+Green+Blue) = 119+26+175=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 26 (10.55% from 255 or 8.12% from 320); Blue value is 175 (68.75% from 255 or 54.69% from 320); Max value from RGB is 175 - color contains mainly: blue. Hex color #771AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771AAF is #88E550. Grayscale: #464646. Windows color (decimal): -8971601 or 11475575. OLE color: 11475575.

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

Color convert

RGB 119 26 175 -
CMYK 0.32 0.85 0 0.31
HSL 277.45º 0.74% 0.39% -
HSV(B) 277.45º 0.85% 0.69% -
XYZ 15.72 7.76 41.23 -
YUV 70.79 186.81 162.38 -
System Red Green Blue C M Y K H S L
Decimal 119 26 175 0.32 0.85 0 0.31 277.45 0.74 0.39
Hex 77 1A AF 20 55 0 1F 115 4A 27
Octal 167 32 257 40 125 0 37 425 112 47
Binary 1110111 11010 10101111 100000 1010101 0 11111 100010101 1001010 100111

Color Harmonies of #771AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AAF

Black with #771AAF

Text Example


Text Example

White with #771AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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