Html Css Color HEX #771AB9 Purple Heart

📋 copy color: '#771AB9'

red 119 ◦ green 26 ◦ blue 185

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

Shades of Purple Heart #771AB9

Tints of Purple Heart #771AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 56.06%

R = 36.06%
G = 7.88%
B = 56.06%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#771AB9 (or 0x771AB9) is known color: Purple Heart. HEX triplet: 77, 1A and B9. RGB value is (119,26,185). Sum of RGB (Red+Green+Blue) = 119+26+185=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 185 (72.66% from 255 or 56.06% from 330); Max value from RGB is 185 - color contains mainly: blue. Hex color #771AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771AB9 is #88E546. Grayscale: #474747. Windows color (decimal): -8971591 or 12130935. OLE color: 12130935.

HSL color Cylindrical-coordinate representation of color #771AB9: hue angle of 275.09º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771AB9 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 119 26 185 -
CMYK 0.36 0.86 0 0.27
HSL 275.09º 0.75% 0.41% -
HSV(B) 275.09º 0.86% 0.73% -
XYZ 16.73 8.16 46.59 -
YUV 71.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 119 26 185 0.36 0.86 0 0.27 275.09 0.75 0.41
Hex 77 1A B9 24 56 0 1B 113 4B 29
Octal 167 32 271 44 126 0 33 423 113 51
Binary 1110111 11010 10111001 100100 1010110 0 11011 100010011 1001011 101001

Color Harmonies of #771AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771AB9

Black with #771AB9

Text Example


Text Example

White with #771AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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