Html Css Color HEX #771BBB Purple Heart

📋 copy color: '#771BBB'

red 119 ◦ green 27 ◦ blue 187

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

Shades of Purple Heart #771BBB

Tints of Purple Heart #771BBB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.11%

 BLUE value IS 187 (73.44% from 255) = 56.16%

R = 35.74%
G = 8.11%
B = 56.16%

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

#771BBB (or 0x771BBB) is known color: Purple Heart. HEX triplet: 77, 1B and BB. RGB value is (119,27,187). Sum of RGB (Red+Green+Blue) = 119+27+187=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #771BBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BBB is #88E444. Grayscale: #484848. Windows color (decimal): -8971333 or 12262263. OLE color: 12262263.

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

Color convert

RGB 119 27 187 -
CMYK 0.36 0.86 0 0.27
HSL 274.5º 0.75% 0.42% -
HSV(B) 274.5º 0.86% 0.73% -
XYZ 16.97 8.29 47.72 -
YUV 72.75 192.48 160.99 -
System Red Green Blue C M Y K H S L
Decimal 119 27 187 0.36 0.86 0 0.27 274.5 0.75 0.42
Hex 77 1B BB 24 56 0 1B 112 4B 2A
Octal 167 33 273 44 126 0 33 422 113 52
Binary 1110111 11011 10111011 100100 1010110 0 11011 100010010 1001011 101010

Color Harmonies of #771BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BBB

Black with #771BBB

Text Example


Text Example

White with #771BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,27,187); }

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

background-color css

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

 a { background-color: rgb(119,27,187); }

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

border-color css

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

 span { border-color: rgb(119,27,187); }

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