Html Css Color HEX #771FAD Purple Heart

📋 copy color: '#771FAD'

red 119 ◦ green 31 ◦ blue 173

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

Shades of Purple Heart #771FAD

Tints of Purple Heart #771FAD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.6%

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

R = 36.84%
G = 9.6%
B = 53.56%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#771FAD (or 0x771FAD) is known color: Purple Heart. HEX triplet: 77, 1F and AD. RGB value is (119,31,173). Sum of RGB (Red+Green+Blue) = 119+31+173=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 31 (12.5% from 255 or 9.60% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #771FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FAD is #88E052. Grayscale: #494949. Windows color (decimal): -8970323 or 11345783. OLE color: 11345783.

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

Color convert

RGB 119 31 173 -
CMYK 0.31 0.82 0 0.32
HSL 277.18º 0.7% 0.4% -
HSV(B) 277.18º 0.82% 0.68% -
XYZ 15.64 7.92 40.24 -
YUV 73.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 119 31 173 0.31 0.82 0 0.32 277.18 0.7 0.4
Hex 77 1F AD 1F 52 0 20 115 46 28
Octal 167 37 255 37 122 0 40 425 106 50
Binary 1110111 11111 10101101 11111 1010010 0 100000 100010101 1000110 101000

Color Harmonies of #771FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FAD

Black with #771FAD

Text Example


Text Example

White with #771FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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