Html Css Color HEX #771ABB Purple Heart

📋 copy color: '#771ABB'

red 119 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #771ABB

Tints of Purple Heart #771ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 56.33%

R = 35.84%
G = 7.83%
B = 56.33%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#771ABB (or 0x771ABB) is known color: Purple Heart. HEX triplet: 77, 1A and BB. RGB value is (119,26,187). Sum of RGB (Red+Green+Blue) = 119+26+187=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #771ABB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ABB is #88E544. Grayscale: #474747. Windows color (decimal): -8971589 or 12262007. OLE color: 12262007.

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

Color convert

RGB 119 26 187 -
CMYK 0.36 0.86 0 0.27
HSL 274.66º 0.76% 0.42% -
HSV(B) 274.66º 0.86% 0.73% -
XYZ 16.95 8.25 47.71 -
YUV 72.16 192.81 161.41 -
System Red Green Blue C M Y K H S L
Decimal 119 26 187 0.36 0.86 0 0.27 274.66 0.76 0.42
Hex 77 1A BB 24 56 0 1B 113 4C 2A
Octal 167 32 273 44 126 0 33 423 114 52
Binary 1110111 11010 10111011 100100 1010110 0 11011 100010011 1001100 101010

Color Harmonies of #771ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771ABB

Black with #771ABB

Text Example


Text Example

White with #771ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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