Html Css Color HEX #770EAB Purple Heart

📋 copy color: '#770EAB'

red 119 ◦ green 14 ◦ blue 171

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

Shades of Purple Heart #770EAB

Tints of Purple Heart #770EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 39.14%
G = 4.61%
B = 56.25%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#770EAB (or 0x770EAB) is known color: Purple Heart. HEX triplet: 77, 0E and AB. RGB value is (119,14,171). Sum of RGB (Red+Green+Blue) = 119+14+171=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #770EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770EAB is #88F154. Grayscale: #3E3E3E. Windows color (decimal): -8974677 or 11210359. OLE color: 11210359.

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

Color convert

RGB 119 14 171 -
CMYK 0.30 0.92 0 0.33
HSL 280.13º 0.85% 0.36% -
HSV(B) 280.13º 0.92% 0.67% -
XYZ 15.12 7.18 39.12 -
YUV 63.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 119 14 171 0.30 0.92 0 0.33 280.13 0.85 0.36
Hex 77 E AB 1E 5C 0 21 118 55 24
Octal 167 16 253 36 134 0 41 430 125 44
Binary 1110111 1110 10101011 11110 1011100 0 100001 100011000 1010101 100100

Color Harmonies of #770EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EAB

Black with #770EAB

Text Example


Text Example

White with #770EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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