Html Css Color HEX #771BCC Purple Heart

📋 copy color: '#771BCC'

red 119 ◦ green 27 ◦ blue 204

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

Shades of Purple Heart #771BCC

Tints of Purple Heart #771BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 34%
G = 7.71%
B = 58.29%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#771BCC (or 0x771BCC) is known color: Purple Heart. HEX triplet: 77, 1B and CC. RGB value is (119,27,204). Sum of RGB (Red+Green+Blue) = 119+27+204=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #771BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771BCC is #88E433. Grayscale: #4A4A4A. Windows color (decimal): -8971316 or 13376375. OLE color: 13376375.

HSL color Cylindrical-coordinate representation of color #771BCC: hue angle of 271.19º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #771BCC is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 119 27 204 -
CMYK 0.42 0.87 0 0.2
HSL 271.19º 0.77% 0.45% -
HSV(B) 271.19º 0.87% 0.8% -
XYZ 18.9 9.07 57.88 -
YUV 74.69 200.98 159.61 -
System Red Green Blue C M Y K H S L
Decimal 119 27 204 0.42 0.87 0 0.2 271.19 0.77 0.45
Hex 77 1B CC 2A 57 0 14 10F 4D 2D
Octal 167 33 314 52 127 0 24 417 115 55
Binary 1110111 11011 11001100 101010 1010111 0 10100 100001111 1001101 101101

Color Harmonies of #771BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771BCC

Black with #771BCC

Text Example


Text Example

White with #771BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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