Html Css Color HEX #770EB2 Purple Heart

📋 copy color: '#770EB2'

red 119 ◦ green 14 ◦ blue 178

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

Shades of Purple Heart #770EB2

Tints of Purple Heart #770EB2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.5%

 BLUE value IS 178 (69.92% from 255) = 57.23%

R = 38.26%
G = 4.5%
B = 57.23%

CMYK

 C value IS 0.33

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#770EB2 (or 0x770EB2) is known color: Purple Heart. HEX triplet: 77, 0E and B2. RGB value is (119,14,178). Sum of RGB (Red+Green+Blue) = 119+14+178=311 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.26% from 311); Green value is 14 (5.86% from 255 or 4.50% from 311); Blue value is 178 (69.92% from 255 or 57.23% from 311); Max value from RGB is 178 - color contains mainly: blue. Hex color #770EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770EB2 is #88F14D. Grayscale: #3F3F3F. Windows color (decimal): -8974670 or 11669111. OLE color: 11669111.

HSL color Cylindrical-coordinate representation of color #770EB2: hue angle of 278.41º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770EB2 is Cyan = 0.33, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 119 14 178 -
CMYK 0.33 0.92 0 0.30
HSL 278.41º 0.85% 0.38% -
HSV(B) 278.41º 0.92% 0.7% -
XYZ 15.8 7.45 42.72 -
YUV 64.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 119 14 178 0.33 0.92 0 0.30 278.41 0.85 0.38
Hex 77 E B2 21 5C 0 1E 116 55 26
Octal 167 16 262 41 134 0 36 426 125 46
Binary 1110111 1110 10110010 100001 1011100 0 11110 100010110 1010101 100110

Color Harmonies of #770EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EB2

Black with #770EB2

Text Example


Text Example

White with #770EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770EB2; }

 p { color: rgb(119,14,178); }

 H1.HeaderClassName
 {
   color: #770EB2;
 }
 .AnyTagClassName
 {
   color: #770EB2;
 }
</style>

background-color css

<style>
 a { background-color: #770EB2; }

 a { background-color: rgb(119,14,178); }

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

border-color css

<style>
 span { border-color: #770EB2; }

 span { border-color: rgb(119,14,178); }

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