Html Css Color HEX #770EAF Purple Heart

📋 copy color: '#770EAF'

red 119 ◦ green 14 ◦ blue 175

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

Shades of Purple Heart #770EAF

Tints of Purple Heart #770EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 56.82%

R = 38.64%
G = 4.55%
B = 56.82%

CMYK

 C value IS 0.32

 M value IS 0.92

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#770EAF (or 0x770EAF) is known color: Purple Heart. HEX triplet: 77, 0E and AF. RGB value is (119,14,175). Sum of RGB (Red+Green+Blue) = 119+14+175=308 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.64% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 175 (68.75% from 255 or 56.82% from 308); Max value from RGB is 175 - color contains mainly: blue. Hex color #770EAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770EAF is #88F150. Grayscale: #3F3F3F. Windows color (decimal): -8974673 or 11472503. OLE color: 11472503.

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

Color convert

RGB 119 14 175 -
CMYK 0.32 0.92 0 0.31
HSL 279.13º 0.85% 0.37% -
HSV(B) 279.13º 0.92% 0.69% -
XYZ 15.5 7.33 41.16 -
YUV 63.75 190.79 167.41 -
System Red Green Blue C M Y K H S L
Decimal 119 14 175 0.32 0.92 0 0.31 279.13 0.85 0.37
Hex 77 E AF 20 5C 0 1F 117 55 25
Octal 167 16 257 40 134 0 37 427 125 45
Binary 1110111 1110 10101111 100000 1011100 0 11111 100010111 1010101 100101

Color Harmonies of #770EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770EAF

Black with #770EAF

Text Example


Text Example

White with #770EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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