Html Css Color HEX #771CB2 Purple Heart

📋 copy color: '#771CB2'

red 119 ◦ green 28 ◦ blue 178

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

Shades of Purple Heart #771CB2

Tints of Purple Heart #771CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 54.77%

R = 36.62%
G = 8.62%
B = 54.77%

CMYK

 C value IS 0.33

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#771CB2 (or 0x771CB2) is known color: Purple Heart. HEX triplet: 77, 1C and B2. RGB value is (119,28,178). Sum of RGB (Red+Green+Blue) = 119+28+178=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 28 (11.33% from 255 or 8.62% from 325); Blue value is 178 (69.92% from 255 or 54.77% from 325); Max value from RGB is 178 - color contains mainly: blue. Hex color #771CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771CB2 is #88E34D. Grayscale: #474747. Windows color (decimal): -8971086 or 11672695. OLE color: 11672695.

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

Color convert

RGB 119 28 178 -
CMYK 0.33 0.84 0 0.30
HSL 276.4º 0.73% 0.4% -
HSV(B) 276.4º 0.84% 0.7% -
XYZ 16.06 7.97 42.81 -
YUV 72.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 119 28 178 0.33 0.84 0 0.30 276.4 0.73 0.4
Hex 77 1C B2 21 54 0 1E 114 49 28
Octal 167 34 262 41 124 0 36 424 111 50
Binary 1110111 11100 10110010 100001 1010100 0 11110 100010100 1001001 101000

Color Harmonies of #771CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CB2

Black with #771CB2

Text Example


Text Example

White with #771CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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