Html Css Color HEX #770EAD Purple Heart

📋 copy color: '#770EAD'

red 119 ◦ green 14 ◦ blue 173

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

Shades of Purple Heart #770EAD

Tints of Purple Heart #770EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 38.89%
G = 4.58%
B = 56.54%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#770EAD (or 0x770EAD) is known color: Purple Heart. HEX triplet: 77, 0E and AD. RGB value is (119,14,173). Sum of RGB (Red+Green+Blue) = 119+14+173=306 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.89% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #770EAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770EAD is #88F152. Grayscale: #3E3E3E. Windows color (decimal): -8974675 or 11341431. OLE color: 11341431.

HSL color Cylindrical-coordinate representation of color #770EAD: hue angle of 279.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #770EAD is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 14 173 -
CMYK 0.31 0.92 0 0.32
HSL 279.62º 0.85% 0.37% -
HSV(B) 279.62º 0.92% 0.68% -
XYZ 15.31 7.25 40.13 -
YUV 63.52 189.79 167.57 -
System Red Green Blue C M Y K H S L
Decimal 119 14 173 0.31 0.92 0 0.32 279.62 0.85 0.37
Hex 77 E AD 1F 5C 0 20 118 55 25
Octal 167 16 255 37 134 0 40 430 125 45
Binary 1110111 1110 10101101 11111 1011100 0 100000 100011000 1010101 100101

Color Harmonies of #770EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EAD

Black with #770EAD

Text Example


Text Example

White with #770EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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