Html Css Color HEX #771CBA Purple Heart

📋 copy color: '#771CBA'

red 119 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #771CBA

Tints of Purple Heart #771CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

 BLUE value IS 186 (73.05% from 255) = 55.86%

R = 35.74%
G = 8.41%
B = 55.86%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#771CBA (or 0x771CBA) is known color: Purple Heart. HEX triplet: 77, 1C and BA. RGB value is (119,28,186). Sum of RGB (Red+Green+Blue) = 119+28+186=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #771CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CBA is #88E345. Grayscale: #484848. Windows color (decimal): -8971078 or 12196983. OLE color: 12196983.

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

Color convert

RGB 119 28 186 -
CMYK 0.36 0.85 0 0.27
HSL 274.56º 0.74% 0.42% -
HSV(B) 274.56º 0.85% 0.73% -
XYZ 16.89 8.3 47.17 -
YUV 73.22 191.65 160.65 -
System Red Green Blue C M Y K H S L
Decimal 119 28 186 0.36 0.85 0 0.27 274.56 0.74 0.42
Hex 77 1C BA 24 55 0 1B 113 4A 2A
Octal 167 34 272 44 125 0 33 423 112 52
Binary 1110111 11100 10111010 100100 1010101 0 11011 100010011 1001010 101010

Color Harmonies of #771CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CBA

Black with #771CBA

Text Example


Text Example

White with #771CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,28,186); }

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

background-color css

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

 a { background-color: rgb(119,28,186); }

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

border-color css

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

 span { border-color: rgb(119,28,186); }

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