Html Css Color HEX #771CAC Purple Heart

📋 copy color: '#771CAC'

red 119 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #771CAC

Tints of Purple Heart #771CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.78%

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

R = 37.3%
G = 8.78%
B = 53.92%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771CAC (or 0x771CAC) is known color: Purple Heart. HEX triplet: 77, 1C and AC. RGB value is (119,28,172). Sum of RGB (Red+Green+Blue) = 119+28+172=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #771CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771CAC is #88E353. Grayscale: #474747. Windows color (decimal): -8971092 or 11279479. OLE color: 11279479.

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

Color convert

RGB 119 28 172 -
CMYK 0.31 0.84 0 0.33
HSL 277.92º 0.72% 0.39% -
HSV(B) 277.92º 0.84% 0.67% -
XYZ 15.47 7.73 39.71 -
YUV 71.63 184.65 161.79 -
System Red Green Blue C M Y K H S L
Decimal 119 28 172 0.31 0.84 0 0.33 277.92 0.72 0.39
Hex 77 1C AC 1F 54 0 21 116 48 27
Octal 167 34 254 37 124 0 41 426 110 47
Binary 1110111 11100 10101100 11111 1010100 0 100001 100010110 1001000 100111

Color Harmonies of #771CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CAC

Black with #771CAC

Text Example


Text Example

White with #771CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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