Html Css Color HEX #771EAD Purple Heart

📋 copy color: '#771EAD'

red 119 ◦ green 30 ◦ blue 173

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

Shades of Purple Heart #771EAD

Tints of Purple Heart #771EAD

RGB

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

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

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

R = 36.96%
G = 9.32%
B = 53.73%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#771EAD (or 0x771EAD) is known color: Purple Heart. HEX triplet: 77, 1E and AD. RGB value is (119,30,173). Sum of RGB (Red+Green+Blue) = 119+30+173=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #771EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771EAD is #88E152. Grayscale: #484848. Windows color (decimal): -8970579 or 11345527. OLE color: 11345527.

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

Color convert

RGB 119 30 173 -
CMYK 0.31 0.83 0 0.32
HSL 277.34º 0.7% 0.4% -
HSV(B) 277.34º 0.83% 0.68% -
XYZ 15.61 7.87 40.23 -
YUV 72.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 119 30 173 0.31 0.83 0 0.32 277.34 0.7 0.4
Hex 77 1E AD 1F 53 0 20 115 46 28
Octal 167 36 255 37 123 0 40 425 106 50
Binary 1110111 11110 10101101 11111 1010011 0 100000 100010101 1000110 101000

Color Harmonies of #771EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771EAD

Black with #771EAD

Text Example


Text Example

White with #771EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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