Html Css Color HEX #771CCE Purple Heart

📋 copy color: '#771CCE'

red 119 ◦ green 28 ◦ blue 206

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

Shades of Purple Heart #771CCE

Tints of Purple Heart #771CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 58.36%

R = 33.71%
G = 7.93%
B = 58.36%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#771CCE (or 0x771CCE) is known color: Purple Heart. HEX triplet: 77, 1C and CE. RGB value is (119,28,206). Sum of RGB (Red+Green+Blue) = 119+28+206=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #771CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771CCE is #88E331. Grayscale: #4A4A4A. Windows color (decimal): -8971058 or 13507703. OLE color: 13507703.

HSL color Cylindrical-coordinate representation of color #771CCE: hue angle of 270.67º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771CCE is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 28 206 -
CMYK 0.42 0.86 0 0.19
HSL 270.67º 0.76% 0.46% -
HSV(B) 270.67º 0.86% 0.81% -
XYZ 19.16 9.21 59.16 -
YUV 75.5 201.65 159.03 -
System Red Green Blue C M Y K H S L
Decimal 119 28 206 0.42 0.86 0 0.19 270.67 0.76 0.46
Hex 77 1C CE 2A 56 0 13 10F 4C 2E
Octal 167 34 316 52 126 0 23 417 114 56
Binary 1110111 11100 11001110 101010 1010110 0 10011 100001111 1001100 101110

Color Harmonies of #771CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771CCE

Black with #771CCE

Text Example


Text Example

White with #771CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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