Html Css Color HEX #771EAE Purple Heart

📋 copy color: '#771EAE'

red 119 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #771EAE

Tints of Purple Heart #771EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.29%

 BLUE value IS 174 (68.36% from 255) = 53.87%

R = 36.84%
G = 9.29%
B = 53.87%

CMYK

 C value IS 0.32

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#771EAE (or 0x771EAE) is known color: Purple Heart. HEX triplet: 77, 1E and AE. RGB value is (119,30,174). Sum of RGB (Red+Green+Blue) = 119+30+174=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 30 (12.11% from 255 or 9.29% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #771EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771EAE is #88E151. Grayscale: #484848. Windows color (decimal): -8970578 or 11411063. OLE color: 11411063.

HSL color Cylindrical-coordinate representation of color #771EAE: hue angle of 277.08º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #771EAE is Cyan = 0.32, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 30 174 -
CMYK 0.32 0.83 0 0.32
HSL 277.08º 0.71% 0.4% -
HSV(B) 277.08º 0.83% 0.68% -
XYZ 15.71 7.91 40.74 -
YUV 73.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 119 30 174 0.32 0.83 0 0.32 277.08 0.71 0.4
Hex 77 1E AE 20 53 0 20 115 47 28
Octal 167 36 256 40 123 0 40 425 107 50
Binary 1110111 11110 10101110 100000 1010011 0 100000 100010101 1000111 101000

Color Harmonies of #771EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771EAE

Black with #771EAE

Text Example


Text Example

White with #771EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,174); }

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

background-color css

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

 a { background-color: rgb(119,30,174); }

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

border-color css

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

 span { border-color: rgb(119,30,174); }

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