Html Css Color HEX #771ECF Purple Heart

📋 copy color: '#771ECF'

red 119 ◦ green 30 ◦ blue 207

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

Shades of Purple Heart #771ECF

Tints of Purple Heart #771ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.43%

 BLUE value IS 207 (81.25% from 255) = 58.15%

R = 33.43%
G = 8.43%
B = 58.15%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#771ECF (or 0x771ECF) is known color: Purple Heart. HEX triplet: 77, 1E and CF. RGB value is (119,30,207). Sum of RGB (Red+Green+Blue) = 119+30+207=356 (47% of max value = 765). Red value is 119 (46.88% from 255 or 33.43% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 207 (81.25% from 255 or 58.15% from 356); Max value from RGB is 207 - color contains mainly: blue. Hex color #771ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #771ECF is #88E130. Grayscale: #4C4C4C. Windows color (decimal): -8970545 or 13573751. OLE color: 13573751.

HSL color Cylindrical-coordinate representation of color #771ECF: hue angle of 270.17º degrees, saturation: 0.75, 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 #771ECF is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 30 207 -
CMYK 0.43 0.86 0 0.19
HSL 270.17º 0.75% 0.46% -
HSV(B) 270.17º 0.86% 0.81% -
XYZ 19.33 9.36 59.82 -
YUV 76.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 119 30 207 0.43 0.86 0 0.19 270.17 0.75 0.46
Hex 77 1E CF 2B 56 0 13 10E 4B 2E
Octal 167 36 317 53 126 0 23 416 113 56
Binary 1110111 11110 11001111 101011 1010110 0 10011 100001110 1001011 101110

Color Harmonies of #771ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771ECF

Black with #771ECF

Text Example


Text Example

White with #771ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,30,207); }

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

background-color css

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

 a { background-color: rgb(119,30,207); }

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

border-color css

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

 span { border-color: rgb(119,30,207); }

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