Html Css Color HEX #771CB0 Purple Heart

📋 copy color: '#771CB0'

red 119 ◦ green 28 ◦ blue 176

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

Shades of Purple Heart #771CB0

Tints of Purple Heart #771CB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 54.49%

R = 36.84%
G = 8.67%
B = 54.49%

CMYK

 C value IS 0.32

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#771CB0 (or 0x771CB0) is known color: Purple Heart. HEX triplet: 77, 1C and B0. RGB value is (119,28,176). Sum of RGB (Red+Green+Blue) = 119+28+176=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 176 (69.14% from 255 or 54.49% from 323); Max value from RGB is 176 - color contains mainly: blue. Hex color #771CB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771CB0 is #88E34F. Grayscale: #474747. Windows color (decimal): -8971088 or 11541623. OLE color: 11541623.

HSL color Cylindrical-coordinate representation of color #771CB0: hue angle of 276.89º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #771CB0 is Cyan = 0.32, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 28 176 -
CMYK 0.32 0.84 0 0.31
HSL 276.89º 0.73% 0.4% -
HSV(B) 276.89º 0.84% 0.69% -
XYZ 15.86 7.89 41.76 -
YUV 72.08 186.65 161.47 -
System Red Green Blue C M Y K H S L
Decimal 119 28 176 0.32 0.84 0 0.31 276.89 0.73 0.4
Hex 77 1C B0 20 54 0 1F 115 49 28
Octal 167 34 260 40 124 0 37 425 111 50
Binary 1110111 11100 10110000 100000 1010100 0 11111 100010101 1001001 101000

Color Harmonies of #771CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CB0

Black with #771CB0

Text Example


Text Example

White with #771CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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