Html Css Color HEX #771EAC Purple Heart

📋 copy color: '#771EAC'

red 119 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #771EAC

Tints of Purple Heart #771EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 53.58%

R = 37.07%
G = 9.35%
B = 53.58%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771EAC (or 0x771EAC) is known color: Purple Heart. HEX triplet: 77, 1E and AC. RGB value is (119,30,172). Sum of RGB (Red+Green+Blue) = 119+30+172=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #771EAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771EAC is #88E153. Grayscale: #484848. Windows color (decimal): -8970580 or 11279991. OLE color: 11279991.

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

Color convert

RGB 119 30 172 -
CMYK 0.31 0.83 0 0.33
HSL 277.61º 0.7% 0.4% -
HSV(B) 277.61º 0.83% 0.67% -
XYZ 15.52 7.83 39.72 -
YUV 72.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 119 30 172 0.31 0.83 0 0.33 277.61 0.7 0.4
Hex 77 1E AC 1F 53 0 21 116 46 28
Octal 167 36 254 37 123 0 41 426 106 50
Binary 1110111 11110 10101100 11111 1010011 0 100001 100010110 1000110 101000

Color Harmonies of #771EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771EAC

Black with #771EAC

Text Example


Text Example

White with #771EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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