Html Css Color HEX #772ED1 Purple Heart

📋 copy color: '#772ED1'

red 119 ◦ green 46 ◦ blue 209

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

Shades of Purple Heart #772ED1

Tints of Purple Heart #772ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.3%

 BLUE value IS 209 (82.03% from 255) = 55.88%

R = 31.82%
G = 12.3%
B = 55.88%

CMYK

 C value IS 0.43

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#772ED1 (or 0x772ED1) is known color: Purple Heart. HEX triplet: 77, 2E and D1. RGB value is (119,46,209). Sum of RGB (Red+Green+Blue) = 119+46+209=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 46 (18.36% from 255 or 12.30% from 374); Blue value is 209 (82.03% from 255 or 55.88% from 374); Max value from RGB is 209 - color contains mainly: blue. Hex color #772ED1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #772ED1 is #88D12E. Grayscale: #555555. Windows color (decimal): -8966447 or 13708919. OLE color: 13708919.

HSL color Cylindrical-coordinate representation of color #772ED1: hue angle of 266.87º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772ED1 is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 46 209 -
CMYK 0.43 0.78 0 0.18
HSL 266.87º 0.64% 0.5% -
HSV(B) 266.87º 0.78% 0.82% -
XYZ 20.09 10.48 61.29 -
YUV 86.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 119 46 209 0.43 0.78 0 0.18 266.87 0.64 0.5
Hex 77 2E D1 2B 4E 0 12 10B 40 32
Octal 167 56 321 53 116 0 22 413 100 62
Binary 1110111 101110 11010001 101011 1001110 0 10010 100001011 1000000 110010

Color Harmonies of #772ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772ED1

Black with #772ED1

Text Example


Text Example

White with #772ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772ED1; }

 p { color: rgb(119,46,209); }

 H1.HeaderClassName
 {
   color: #772ED1;
 }
 .AnyTagClassName
 {
   color: #772ED1;
 }
</style>

background-color css

<style>
 a { background-color: #772ED1; }

 a { background-color: rgb(119,46,209); }

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

border-color css

<style>
 span { border-color: #772ED1; }

 span { border-color: rgb(119,46,209); }

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