Html Css Color HEX #771BBD Purple Heart

📋 copy color: '#771BBD'

red 119 ◦ green 27 ◦ blue 189

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

Shades of Purple Heart #771BBD

Tints of Purple Heart #771BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

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

R = 35.52%
G = 8.06%
B = 56.42%

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

#771BBD (or 0x771BBD) is known color: Purple Heart. HEX triplet: 77, 1B and BD. RGB value is (119,27,189). Sum of RGB (Red+Green+Blue) = 119+27+189=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 189 (74.22% from 255 or 56.42% from 335); Max value from RGB is 189 - color contains mainly: blue. Hex color #771BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BBD is #88E442. Grayscale: #484848. Windows color (decimal): -8971331 or 12393335. OLE color: 12393335.

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

Color convert

RGB 119 27 189 -
CMYK 0.37 0.86 0 0.26
HSL 274.07º 0.75% 0.42% -
HSV(B) 274.07º 0.86% 0.74% -
XYZ 17.18 8.38 48.86 -
YUV 72.98 193.48 160.83 -
System Red Green Blue C M Y K H S L
Decimal 119 27 189 0.37 0.86 0 0.26 274.07 0.75 0.42
Hex 77 1B BD 25 56 0 1A 112 4B 2A
Octal 167 33 275 45 126 0 32 422 113 52
Binary 1110111 11011 10111101 100101 1010110 0 11010 100010010 1001011 101010

Color Harmonies of #771BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BBD

Black with #771BBD

Text Example


Text Example

White with #771BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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