Html Css Color HEX #771FAC Purple Heart

📋 copy color: '#771FAC'

red 119 ◦ green 31 ◦ blue 172

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

Shades of Purple Heart #771FAC

Tints of Purple Heart #771FAC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.63%

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

R = 36.96%
G = 9.63%
B = 53.42%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#771FAC (or 0x771FAC) is known color: Purple Heart. HEX triplet: 77, 1F and AC. RGB value is (119,31,172). Sum of RGB (Red+Green+Blue) = 119+31+172=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #771FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FAC is #88E053. Grayscale: #484848. Windows color (decimal): -8970324 or 11280247. OLE color: 11280247.

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

Color convert

RGB 119 31 172 -
CMYK 0.31 0.82 0 0.33
HSL 277.45º 0.69% 0.4% -
HSV(B) 277.45º 0.82% 0.67% -
XYZ 15.54 7.88 39.73 -
YUV 73.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 119 31 172 0.31 0.82 0 0.33 277.45 0.69 0.4
Hex 77 1F AC 1F 52 0 21 115 45 28
Octal 167 37 254 37 122 0 41 425 105 50
Binary 1110111 11111 10101100 11111 1010010 0 100001 100010101 1000101 101000

Color Harmonies of #771FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FAC

Black with #771FAC

Text Example


Text Example

White with #771FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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