Html Css Color HEX #771ABD Purple Heart

📋 copy color: '#771ABD'

red 119 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #771ABD

Tints of Purple Heart #771ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 56.59%

R = 35.63%
G = 7.78%
B = 56.59%

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

#771ABD (or 0x771ABD) is known color: Purple Heart. HEX triplet: 77, 1A and BD. RGB value is (119,26,189). Sum of RGB (Red+Green+Blue) = 119+26+189=334 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.63% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #771ABD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ABD is #88E542. Grayscale: #474747. Windows color (decimal): -8971587 or 12393079. OLE color: 12393079.

HSL color Cylindrical-coordinate representation of color #771ABD: hue angle of 274.23º 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 #771ABD is Cyan = 0.37, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 119 26 189 -
CMYK 0.37 0.86 0 0.26
HSL 274.23º 0.76% 0.42% -
HSV(B) 274.23º 0.86% 0.74% -
XYZ 17.16 8.33 48.85 -
YUV 72.39 193.81 161.25 -
System Red Green Blue C M Y K H S L
Decimal 119 26 189 0.37 0.86 0 0.26 274.23 0.76 0.42
Hex 77 1A BD 25 56 0 1A 112 4C 2A
Octal 167 32 275 45 126 0 32 422 114 52
Binary 1110111 11010 10111101 100101 1010110 0 11010 100010010 1001100 101010

Color Harmonies of #771ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771ABD

Black with #771ABD

Text Example


Text Example

White with #771ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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