Html Css Color HEX #771AC0 Purple Heart

📋 copy color: '#771AC0'

red 119 ◦ green 26 ◦ blue 192

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

Shades of Purple Heart #771AC0

Tints of Purple Heart #771AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 56.97%

R = 35.31%
G = 7.72%
B = 56.97%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#771AC0 (or 0x771AC0) is known color: Purple Heart. HEX triplet: 77, 1A and C0. RGB value is (119,26,192). Sum of RGB (Red+Green+Blue) = 119+26+192=337 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.31% from 337); Green value is 26 (10.55% from 255 or 7.72% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #771AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AC0 is #88E53F. Grayscale: #484848. Windows color (decimal): -8971584 or 12589687. OLE color: 12589687.

HSL color Cylindrical-coordinate representation of color #771AC0: hue angle of 273.61º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771AC0 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 26 192 -
CMYK 0.38 0.86 0 0.25
HSL 273.61º 0.76% 0.43% -
HSV(B) 273.61º 0.86% 0.75% -
XYZ 17.49 8.47 50.58 -
YUV 72.73 195.31 161 -
System Red Green Blue C M Y K H S L
Decimal 119 26 192 0.38 0.86 0 0.25 273.61 0.76 0.43
Hex 77 1A C0 26 56 0 19 112 4C 2B
Octal 167 32 300 46 126 0 31 422 114 53
Binary 1110111 11010 11000000 100110 1010110 0 11001 100010010 1001100 101011

Color Harmonies of #771AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AC0

Black with #771AC0

Text Example


Text Example

White with #771AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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