Html Css Color HEX #771EBE Purple Heart

📋 copy color: '#771EBE'

red 119 ◦ green 30 ◦ blue 190

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

Shades of Purple Heart #771EBE

Tints of Purple Heart #771EBE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.85%

 BLUE value IS 190 (74.61% from 255) = 56.05%

R = 35.1%
G = 8.85%
B = 56.05%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#771EBE (or 0x771EBE) is known color: Purple Heart. HEX triplet: 77, 1E and BE. RGB value is (119,30,190). Sum of RGB (Red+Green+Blue) = 119+30+190=339 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.10% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 190 (74.61% from 255 or 56.05% from 339); Max value from RGB is 190 - color contains mainly: blue. Hex color #771EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771EBE is #88E141. Grayscale: #4A4A4A. Windows color (decimal): -8970562 or 12459639. OLE color: 12459639.

HSL color Cylindrical-coordinate representation of color #771EBE: hue angle of 273.38º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771EBE is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 30 190 -
CMYK 0.37 0.84 0 0.25
HSL 273.38º 0.73% 0.43% -
HSV(B) 273.38º 0.84% 0.75% -
XYZ 17.37 8.57 49.45 -
YUV 74.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 119 30 190 0.37 0.84 0 0.25 273.38 0.73 0.43
Hex 77 1E BE 25 54 0 19 111 49 2B
Octal 167 36 276 45 124 0 31 421 111 53
Binary 1110111 11110 10111110 100101 1010100 0 11001 100010001 1001001 101011

Color Harmonies of #771EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771EBE

Black with #771EBE

Text Example


Text Example

White with #771EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,190); }

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

background-color css

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

 a { background-color: rgb(119,30,190); }

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

border-color css

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

 span { border-color: rgb(119,30,190); }

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