Html Css Color HEX #771FB0 Purple Heart

📋 copy color: '#771FB0'

red 119 ◦ green 31 ◦ blue 176

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

Shades of Purple Heart #771FB0

Tints of Purple Heart #771FB0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.51%

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

R = 36.5%
G = 9.51%
B = 53.99%

CMYK

 C value IS 0.32

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#771FB0 (or 0x771FB0) is known color: Purple Heart. HEX triplet: 77, 1F and B0. RGB value is (119,31,176). Sum of RGB (Red+Green+Blue) = 119+31+176=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 176 (69.14% from 255 or 53.99% from 326); Max value from RGB is 176 - color contains mainly: blue. Hex color #771FB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771FB0 is #88E04F. Grayscale: #494949. Windows color (decimal): -8970320 or 11542391. OLE color: 11542391.

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

Color convert

RGB 119 31 176 -
CMYK 0.32 0.82 0 0.31
HSL 276.41º 0.7% 0.41% -
HSV(B) 276.41º 0.82% 0.69% -
XYZ 15.93 8.04 41.79 -
YUV 73.84 185.65 160.21 -
System Red Green Blue C M Y K H S L
Decimal 119 31 176 0.32 0.82 0 0.31 276.41 0.7 0.41
Hex 77 1F B0 20 52 0 1F 114 46 29
Octal 167 37 260 40 122 0 37 424 106 51
Binary 1110111 11111 10110000 100000 1010010 0 11111 100010100 1000110 101001

Color Harmonies of #771FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771FB0

Black with #771FB0

Text Example


Text Example

White with #771FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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