Html Css Color HEX #771DAA Purple Heart

📋 copy color: '#771DAA'

red 119 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #771DAA

Tints of Purple Heart #771DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.12%

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

R = 37.42%
G = 9.12%
B = 53.46%

CMYK

 C value IS 0.3

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771DAA (or 0x771DAA) is known color: Purple Heart. HEX triplet: 77, 1D and AA. RGB value is (119,29,170). Sum of RGB (Red+Green+Blue) = 119+29+170=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 29 (11.72% from 255 or 9.12% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #771DAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771DAA is #88E255. Grayscale: #474747. Windows color (decimal): -8970838 or 11148663. OLE color: 11148663.

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

Color convert

RGB 119 29 170 -
CMYK 0.3 0.83 0 0.33
HSL 278.3º 0.71% 0.39% -
HSV(B) 278.3º 0.83% 0.67% -
XYZ 15.3 7.7 38.71 -
YUV 71.98 183.32 161.54 -
System Red Green Blue C M Y K H S L
Decimal 119 29 170 0.3 0.83 0 0.33 278.3 0.71 0.39
Hex 77 1D AA 1E 53 0 21 116 47 27
Octal 167 35 252 36 123 0 41 426 107 47
Binary 1110111 11101 10101010 11110 1010011 0 100001 100010110 1000111 100111

Color Harmonies of #771DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771DAA

Black with #771DAA

Text Example


Text Example

White with #771DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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