Html Css Color HEX #771ABC Purple Heart

📋 copy color: '#771ABC'

red 119 ◦ green 26 ◦ blue 188

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

Shades of Purple Heart #771ABC

Tints of Purple Heart #771ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 56.46%

R = 35.74%
G = 7.81%
B = 56.46%

CMYK

 C value IS 0.37

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#771ABC (or 0x771ABC) is known color: Purple Heart. HEX triplet: 77, 1A and BC. RGB value is (119,26,188). Sum of RGB (Red+Green+Blue) = 119+26+188=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 188 (73.83% from 255 or 56.46% from 333); Max value from RGB is 188 - color contains mainly: blue. Hex color #771ABC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ABC is #88E543. Grayscale: #474747. Windows color (decimal): -8971588 or 12327543. OLE color: 12327543.

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

Color convert

RGB 119 26 188 -
CMYK 0.37 0.86 0 0.26
HSL 274.44º 0.76% 0.42% -
HSV(B) 274.44º 0.86% 0.74% -
XYZ 17.05 8.29 48.28 -
YUV 72.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 119 26 188 0.37 0.86 0 0.26 274.44 0.76 0.42
Hex 77 1A BC 25 56 0 1A 112 4C 2A
Octal 167 32 274 45 126 0 32 422 114 52
Binary 1110111 11010 10111100 100101 1010110 0 11010 100010010 1001100 101010

Color Harmonies of #771ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771ABC

Black with #771ABC

Text Example


Text Example

White with #771ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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