Html Css Color HEX #771ABE Purple Heart

📋 copy color: '#771ABE'

red 119 ◦ green 26 ◦ blue 190

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

Shades of Purple Heart #771ABE

Tints of Purple Heart #771ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.76%

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

R = 35.52%
G = 7.76%
B = 56.72%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#771ABE (or 0x771ABE) is known color: Purple Heart. HEX triplet: 77, 1A and BE. RGB value is (119,26,190). Sum of RGB (Red+Green+Blue) = 119+26+190=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 190 (74.61% from 255 or 56.72% from 335); Max value from RGB is 190 - color contains mainly: blue. Hex color #771ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ABE is #88E541. Grayscale: #474747. Windows color (decimal): -8971586 or 12458615. OLE color: 12458615.

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

Color convert

RGB 119 26 190 -
CMYK 0.37 0.86 0 0.25
HSL 274.02º 0.76% 0.42% -
HSV(B) 274.02º 0.86% 0.75% -
XYZ 17.27 8.38 49.42 -
YUV 72.5 194.31 161.16 -
System Red Green Blue C M Y K H S L
Decimal 119 26 190 0.37 0.86 0 0.25 274.02 0.76 0.42
Hex 77 1A BE 25 56 0 19 112 4C 2A
Octal 167 32 276 45 126 0 31 422 114 52
Binary 1110111 11010 10111110 100101 1010110 0 11001 100010010 1001100 101010

Color Harmonies of #771ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771ABE

Black with #771ABE

Text Example


Text Example

White with #771ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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