Html Css Color HEX #770FAD Purple Heart

📋 copy color: '#770FAD'

red 119 ◦ green 15 ◦ blue 173

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

Shades of Purple Heart #770FAD

Tints of Purple Heart #770FAD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.89%

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

R = 38.76%
G = 4.89%
B = 56.35%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#770FAD (or 0x770FAD) is known color: Purple Heart. HEX triplet: 77, 0F and AD. RGB value is (119,15,173). Sum of RGB (Red+Green+Blue) = 119+15+173=307 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.76% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 173 (67.97% from 255 or 56.35% from 307); Max value from RGB is 173 - color contains mainly: blue. Hex color #770FAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #770FAD is #88F052. Grayscale: #3F3F3F. Windows color (decimal): -8974419 or 11341687. OLE color: 11341687.

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

Color convert

RGB 119 15 173 -
CMYK 0.31 0.91 0 0.32
HSL 279.49º 0.84% 0.37% -
HSV(B) 279.49º 0.91% 0.68% -
XYZ 15.32 7.28 40.13 -
YUV 64.11 189.46 167.15 -
System Red Green Blue C M Y K H S L
Decimal 119 15 173 0.31 0.91 0 0.32 279.49 0.84 0.37
Hex 77 F AD 1F 5B 0 20 117 54 25
Octal 167 17 255 37 133 0 40 427 124 45
Binary 1110111 1111 10101101 11111 1011011 0 100000 100010111 1010100 100101

Color Harmonies of #770FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770FAD

Black with #770FAD

Text Example


Text Example

White with #770FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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