Html Css Color HEX #771AC5 Purple Heart

📋 copy color: '#771AC5'

red 119 ◦ green 26 ◦ blue 197

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

Shades of Purple Heart #771AC5

Tints of Purple Heart #771AC5

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.6%

 BLUE value IS 197 (77.34% from 255) = 57.6%

R = 34.8%
G = 7.6%
B = 57.6%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#771AC5 (or 0x771AC5) is known color: Purple Heart. HEX triplet: 77, 1A and C5. RGB value is (119,26,197). Sum of RGB (Red+Green+Blue) = 119+26+197=342 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.80% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 197 (77.34% from 255 or 57.60% from 342); Max value from RGB is 197 - color contains mainly: blue. Hex color #771AC5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AC5 is #88E53A. Grayscale: #484848. Windows color (decimal): -8971579 or 12917367. OLE color: 12917367.

HSL color Cylindrical-coordinate representation of color #771AC5: hue angle of 272.63º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771AC5 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 119 26 197 -
CMYK 0.40 0.87 0 0.23
HSL 272.63º 0.77% 0.44% -
HSV(B) 272.63º 0.87% 0.77% -
XYZ 18.06 8.69 53.55 -
YUV 73.3 197.81 160.6 -
System Red Green Blue C M Y K H S L
Decimal 119 26 197 0.40 0.87 0 0.23 272.63 0.77 0.44
Hex 77 1A C5 28 57 0 17 111 4D 2C
Octal 167 32 305 50 127 0 27 421 115 54
Binary 1110111 11010 11000101 101000 1010111 0 10111 100010001 1001101 101100

Color Harmonies of #771AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AC5

Black with #771AC5

Text Example


Text Example

White with #771AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,26,197); }

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

background-color css

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

 a { background-color: rgb(119,26,197); }

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

border-color css

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

 span { border-color: rgb(119,26,197); }

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